Skip to content
Snippets Groups Projects
Commit fd653a61 authored by rtoy's avatar rtoy
Browse files

Oops. Don't need -x flag anymore.

parent e49c536b
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
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