We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7953a0 commit 3c2df93Copy full SHA for 3c2df93
java/Makefile.in
@@ -345,7 +345,7 @@ emacs.apk-in: install_temp AndroidManifest.xml classes.dex
345
| xargs $(ZIP) ../$@ &> /dev/null; \
346
echo "Packaging files already compressed...">&2; \
347
cd assets_gz; find assets -type f \
348
- | xargs $(ZIP) ../../$@ &> /dev/null; \
+ | xargs $(ZIP) -0 ../../$@ &> /dev/null; \
349
echo "Packaging shared libraries and code..." >&2; \
350
cd ..; $(ZIP) ../$@ `find lib -type f`; \
351
fi
0 commit comments