diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-11-08 20:21:41 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-11-08 20:21:41 -0800 |
commit | ec4dc4e04be3af3eac2b8959af868bd93ed42f46 (patch) | |
tree | b3a040130869467b47e208093999bd21f4443c8b /misc | |
parent | 8781cb0d0054620ccc3670292fe1ab8ccb5bc1c2 (diff) | |
download | nasm-ec4dc4e04be3af3eac2b8959af868bd93ed42f46.tar.gz nasm-ec4dc4e04be3af3eac2b8959af868bd93ed42f46.tar.bz2 nasm-ec4dc4e04be3af3eac2b8959af868bd93ed42f46.zip |
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-x | misc/release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/release b/misc/release index 6bad354..b5c43f8 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 |