From fb23c69fe5dce6d6d5a5462fee574aefb52f766e Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 31 May 2000 23:54:11 +0000 Subject: [PATCH] Copy entire contents of directory to installation point. This now matters so that copy in my directory will act as a branch for development. --- v7/src/imail/install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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/. -- 2.25.1