Skip to content
Snippets Groups Projects
Commit ae24b059 authored by toy's avatar toy
Browse files

Don't need -c option for bzip2.

parent 61208c78
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,7 @@ fi ...@@ -82,7 +82,7 @@ fi
if [ -n "$ENABLE_BZIP" ]; then if [ -n "$ENABLE_BZIP" ]; then
echo " Compressing with bzip" echo " Compressing with bzip"
( cd $DESTDIR ; tar cf - lib ) | \ ( cd $DESTDIR ; tar cf - lib ) | \
bzip2 -c > cmucl-$VERSION-$ARCH-$OS.extra.tar.bz2 bzip2 > cmucl-$VERSION-$ARCH-$OS.extra.tar.bz2
fi fi
echo Cleaning $DESTDIR echo Cleaning $DESTDIR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment