]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix installation permissions of "en" locale dir. v2.3b2
authorMichael R Sweet <michaelrsweet@gmail.com>
Wed, 17 Jan 2018 20:26:04 +0000 (15:26 -0500)
committerMichael R Sweet <michaelrsweet@gmail.com>
Wed, 17 Jan 2018 20:26:04 +0000 (15:26 -0500)
locale/Makefile

index 1a8e9a9cf7fad5242e3f65b2bed49beaac61abc7..d56c6f1482f130447098801bb0eaa8b67df52572 100644 (file)
@@ -72,7 +72,7 @@ install-languages:
                        $(INSTALL_DATA) cups_$$loc.po $(LOCALEDIR)/$$loc/cups_$$loc.po ; \
                fi ; \
        done
-       $(INSTALL_DIR) -m 7555 $(LOCALEDIR)/en
+       $(INSTALL_DIR) -m 755 $(LOCALEDIR)/en
        $(INSTALL_DATA) cups.pot $(LOCALEDIR)/en/cups_en.po
 
 install-langbundle: po2strings