Skip to content
Snippets Groups Projects
Commit 4f53f883 authored by Raymond Toy's avatar Raymond Toy
Browse files

Install unix.lisp along with asdf and defsystem.

parent b81c7be3
No related branches found
No related tags found
No related merge requests found
...@@ -127,7 +127,7 @@ do ...@@ -127,7 +127,7 @@ do
done done
# Create the directories and install the fasl files for asdf and defsystem # Create the directories and install the fasl files for asdf and defsystem
for f in asdf defsystem for f in asdf defsystem unix
do do
install -d ${GROUP} ${OWNER} -m 0755 $DESTDIR/lib/cmucl/lib/contrib/$f 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 install ${GROUP} ${OWNER} -m 0644 $TARGET/contrib/$f/$f.$FASL $DESTDIR/lib/cmucl/lib/contrib/$f
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment