From: Chris Hanson Date: Wed, 31 May 2000 23:54:11 +0000 (+0000) Subject: Copy entire contents of directory to installation point. This now X-Git-Tag: 20090517-FFI~3654 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=fb23c69fe5dce6d6d5a5462fee574aefb52f766e;p=mit-scheme.git Copy entire contents of directory to installation point. This now matters so that copy in my directory will act as a branch for development. --- diff --git a/v7/src/imail/install.sh b/v7/src/imail/install.sh index 906ce61f1..3ca7f0871 100755 --- a/v7/src/imail/install.sh +++ b/v7/src/imail/install.sh @@ -1,4 +1,2 @@ #!/bin/sh -cd ~/new/imail -mkdir -p $bscm/lib/imail -cpx -c *.com *.bci imail.bco imail.bld load.scm $bscm/lib/imail +cpx -c ~/new/imail $bscm/lib/.