summaryrefslogtreecommitdiff
path: root/locale/Makefile
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-10-18 21:53:15 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-10-18 21:53:15 -0400
commite4b72d7ee14d7279f7b0abbe35ff52f5861201e4 (patch)
tree2fdd2a07b2a778775972d84aa72a2dc1f2aa106a /locale/Makefile
parent78312b3c7af4094e6d7039a316c6bd9f354df219 (diff)
downloadcups-e4b72d7ee14d7279f7b0abbe35ff52f5861201e4.tar.gz
Update the location of strings files on newer versions of macOS.
Don't install debug symbols for static libraries.
Diffstat (limited to 'locale/Makefile')
-rw-r--r--locale/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/locale/Makefile b/locale/Makefile
index db2b78724..53c302cb9 100644
--- a/locale/Makefile
+++ b/locale/Makefile
@@ -1,10 +1,11 @@
#
# Locale file makefile for CUPS.
#
-# Copyright 2007-2018 by Apple Inc.
-# Copyright 1993-2007 by Easy Software Products.
+# Copyright © 2007-2018 by Apple Inc.
+# Copyright © 1993-2007 by Easy Software Products.
#
-# Licensed under Apache License v2.0. See the file "LICENSE" for more information.
+# Licensed under Apache License v2.0. See the file "LICENSE" for more
+# information.
#
include ../Makedefs
@@ -76,8 +77,8 @@ install-languages:
$(INSTALL_DATA) cups.pot $(LOCALEDIR)/en/cups_en.po
install-langbundle: po2strings
- $(INSTALL_DIR) -m 755 "$(BUILDROOT)$(BUNDLEDIR)/Resources/English.lproj"
- $(INSTALL_DATA) cups.strings "$(BUILDROOT)$(BUNDLEDIR)/Resources/English.lproj"
+ $(INSTALL_DIR) -m 755 "$(BUILDROOT)$(RESOURCEDIR)"
+ $(INSTALL_DATA) cups.strings "$(BUILDROOT)$(RESOURCEDIR)"
#
@@ -113,7 +114,7 @@ uninstall-languages:
done
uninstall-langbundle:
- $(RM) "$(BUILDROOT)$(BUNDLEDIR)/Resources/English.lproj/cups.strings"
+ $(RM) "$(BUILDROOT)$(RESOURCEDIR)/cups.strings"
#