No binary files left in the source distro; unbreak release script

There are no more binary files in the source distro; this broke the
build robot.  Comment out the binary file zipping.
This commit is contained in:
H. Peter Anvin 2007-11-08 20:21:41 -08:00
parent 8781cb0d00
commit ec4dc4e04b

View File

@ -62,7 +62,7 @@ mv nasm-"$version".tar.gz nasm-"$version".tar.bz2 ..
# Create zipfile (DOS convention: no prefix, convert file endings)
cd nasm-"$version"
zip -9Dlr ../../nasm-"$version".zip * -x \*.jpg -x \*.zip # Text files
zip -9Dgr ../../nasm-"$version".zip * -i \*.jpg -i \*.zip # Binary files
# zip -9Dgr ../../nasm-"$version".zip * -i \*.jpg -i \*.zip # Binary files
cd ..
# Record what we have already generated