From 4f53f88371d37a6d5fc32398fdbe20143083ee33 Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Tue, 21 Apr 2015 19:57:45 -0700 Subject: [PATCH] Install unix.lisp along with asdf and defsystem. --- bin/make-main-dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/make-main-dist.sh b/bin/make-main-dist.sh index e28299676..8919cd919 100755 --- a/bin/make-main-dist.sh +++ b/bin/make-main-dist.sh @@ -127,7 +127,7 @@ do done # Create the directories and install the fasl files for asdf and defsystem -for f in asdf defsystem +for f in asdf defsystem unix do install -d ${GROUP} ${OWNER} -m 0755 $DESTDIR/lib/cmucl/lib/contrib/$f install ${GROUP} ${OWNER} -m 0644 $TARGET/contrib/$f/$f.$FASL $DESTDIR/lib/cmucl/lib/contrib/$f -- GitLab