[91332] trunk/base/src/package1.0/portpkg.tcl

snc at macports.org snc at macports.org
Thu Mar 29 17:52:17 PDT 2012


Revision: 91332
          https://trac.macports.org/changeset/91332
Author:   snc at macports.org
Date:     2012-03-29 17:52:17 -0700 (Thu, 29 Mar 2012)
Log Message:
-----------
base: drop '-AppleLanguages "(English)" from packagemaker cmdline

Modified Paths:
--------------
    trunk/base/src/package1.0/portpkg.tcl

Modified: trunk/base/src/package1.0/portpkg.tcl
===================================================================
--- trunk/base/src/package1.0/portpkg.tcl	2012-03-30 00:43:08 UTC (rev 91331)
+++ trunk/base/src/package1.0/portpkg.tcl	2012-03-30 00:52:17 UTC (rev 91332)
@@ -147,7 +147,7 @@
                 set infofile "${workpath}/Info.plist"
                 write_info_plist $infofile $portname $portversion $portrevision
             }
-            set cmdline "PMResourceLocale=${language} $packagemaker -AppleLanguages \"(${language})\" --root ${destpath} --out ${pkgpath} ${pkgresources} --info $infofile --target $pkgtarget --domain system --id org.macports.$portname"
+            set cmdline "PMResourceLocale=${language} $packagemaker --root ${destpath} --out ${pkgpath} ${pkgresources} --info $infofile --target $pkgtarget --domain system --id org.macports.$portname"
             if {${os.major} >= 10} {
                 append cmdline " --no-relocate"
             }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120329/7d6bc940/attachment.html>


More information about the macports-changes mailing list