mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-18 16:25:05 +08:00
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:
parent
8781cb0d00
commit
ec4dc4e04b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user