X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=binary-distribution.sh;h=144830d26e1682973eed3bc1853074a75cfdbe6e;hb=e1ba5a0d68ff8d4c8e688cd6a951aea1d56b1b61;hp=1867bd9e95899ac7bdb40b05d43b71acb8bb3984;hpb=b8f63d9b4e978bec3bfc1f4fc471e5ed946781fd;p=sbcl.git diff --git a/binary-distribution.sh b/binary-distribution.sh index 1867bd9..144830d 100755 --- a/binary-distribution.sh +++ b/binary-distribution.sh @@ -10,9 +10,9 @@ # switched over to trying to do this the way everyone else does.) b=${1:?missing base directory name argument} -tar cf $b-binary.tar \ +tar -cf $b-binary.tar \ $b/output/sbcl.core $b/src/runtime/sbcl \ $b/BUGS $b/COPYING $b/CREDITS $b/INSTALL $b/NEWS $b/README \ $b/install.sh \ - $b/doc/sbcl.1 $b/doc/cmucl/cmu-user $b/doc/*.htm* \ + $b/doc/sbcl.1 \ $b/pubring.pgp