From ec4dc4e04be3af3eac2b8959af868bd93ed42f46 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 8 Nov 2007 20:21:41 -0800 Subject: [PATCH] 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. --- misc/release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/release b/misc/release index 6bad354ee..b5c43f84d 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