summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-11-08 20:21:41 -0800
committerH. Peter Anvin <hpa@zytor.com>2007-11-08 20:21:41 -0800
commitec4dc4e04be3af3eac2b8959af868bd93ed42f46 (patch)
treeb3a040130869467b47e208093999bd21f4443c8b /misc
parent8781cb0d0054620ccc3670292fe1ab8ccb5bc1c2 (diff)
downloadnasm-ec4dc4e04be3af3eac2b8959af868bd93ed42f46.tar.gz
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.
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/release2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/release b/misc/release
index 6bad354e..b5c43f84 100755
--- a/misc/release
+++ b/misc/release
@@ -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