]> git.eshelyaron.com Git - emacs.git/commitdiff
; * java/Makefile.in: Fix typo.
authorPo Lu <luangruo@yahoo.com>
Wed, 12 Jun 2024 05:59:08 +0000 (13:59 +0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Jun 2024 09:29:11 +0000 (11:29 +0200)
(cherry picked from commit f543ec18f44fa64d06e1ab45e1484326f8451ebe)

java/Makefile.in

index 9e0fb10eba7a05a1ab107efdaaecbfd1fcf9bc10..b14fc3c2fffe788ed1c69ba3995b86e944287bf9 100644 (file)
@@ -339,7 +339,7 @@ emacs.apk-in: install_temp AndroidManifest.xml classes.dex
          echo "Packaging files eligible for compression...">&2;\
          cd install_temp; find assets -type f                  \
            | xargs $(ZIP) ../$@ &> /dev/null;                  \
-         echo "Packagging files already compressed...">&2;     \
+         echo "Packaging files already compressed...">&2;      \
          cd assets_gz; find assets -type f                     \
            | xargs $(ZIP) ../../$@ &> /dev/null;               \
          echo "Packaging shared libraries and code..." >&2;    \