X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=all;h=ef3cdd55e11d71ed9ff631dec7de42cba26c8e01;hp=cf02febbd36ab459e1fe03be9e079e3cb221c103;hb=849728118c26bd23a26ec5a4c6c7015be43f0688;hpb=24275ffedddbbb9b419951e4082dd738abc49aa4 diff --git a/all b/all index cf02febb..ef3cdd55 100755 --- a/all +++ b/all @@ -1352,7 +1352,7 @@ case "$cmd" in # exe and dll files do not need +x, so this makes them eligible for 7zip compression too chmod a-x Xonotic/*.exe Xonotic/*.dll || true # let's pass crypto import laws of some nasty countries - crypto_libs=`find Xonotic -name \*d0_rijndael\* -exec rm -f {} \;` + crypto_libs=`find Xonotic -name \*d0_rijndael\*` if [ -n "$crypto_libs" ]; then verbose mkzip Xonotic-$stamp-crypto.zip \ $crypto_libs