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

Oops. Don't need v flag when tarring up the files.

parent bb53ebad
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@ if [ -z "$INSTALL_DIR" ]; then
fi
if [ -n "$ENABLE_BZIP" ]; then
echo " Compressing with bzip"
( cd $DESTDIR >/dev/null ; tar cvvvf - . ) | \
( cd $DESTDIR >/dev/null ; tar cf - . ) | \
bzip2 > cmucl-$VERSION-$ARCH-$OS.tar.bz2
fi
......
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