From fd653a6156ac990b57203b9f59dfd75f5df10425 Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Thu, 25 Oct 2007 17:14:06 +0000 Subject: [PATCH] Oops. Don't need -x flag anymore. --- tools/make-main-dist.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/make-main-dist.sh b/tools/make-main-dist.sh index d989012fe..98393bec1 100755 --- a/tools/make-main-dist.sh +++ b/tools/make-main-dist.sh @@ -100,13 +100,11 @@ do install ${GROUP} ${OWNER} -m 0644 $TARGET/pcl/$f-library.$FASL $DESTDIR/lib/cmucl/lib/subsystems/ done -set -x for f in src/pcl/simple-streams/external-formats/*.lisp do install ${GROUP} ${OWNER} -m 0644 $f $DESTDIR/lib/cmucl/lib/ext-formats/ done -set +x install ${GROUP} ${OWNER} -m 0644 src/general-info/cmucl.1 \ $DESTDIR/man/man1/ install ${GROUP} ${OWNER} -m 0644 src/general-info/lisp.1 \ -- GitLab