[30773] trunk/base/src/package1.0/portpkg.tcl
source_changes at macosforge.org
source_changes at macosforge.org
Tue Nov 6 11:32:39 PST 2007
Revision: 30773
http://trac.macosforge.org/projects/macports/changeset/30773
Author: afb at macports.org
Date: 2007-11-06 11:32:38 -0800 (Tue, 06 Nov 2007)
Log Message:
-----------
the -build parameter needs to be first, so move language hack to the end
Modified Paths:
--------------
trunk/base/src/package1.0/portpkg.tcl
Modified: trunk/base/src/package1.0/portpkg.tcl
===================================================================
--- trunk/base/src/package1.0/portpkg.tcl 2007-11-06 18:43:52 UTC (rev 30772)
+++ trunk/base/src/package1.0/portpkg.tcl 2007-11-06 19:32:38 UTC (rev 30773)
@@ -117,7 +117,7 @@
} else {
write_info_plist ${workpath}/Info.plist $portname $portversion $portrevision
write_description_plist ${workpath}/Description.plist $portname $portversion $description
- system "$packagemaker -AppleLanguages \"(${language})\" -build -f ${destpath} -p ${pkgpath} -r ${resourcepath} -i ${workpath}/Info.plist -d ${workpath}/Description.plist"
+ system "$packagemaker -build -v -p ${pkgpath} -f ${destpath} -r ${resourcepath} -i ${workpath}/Info.plist -d ${workpath}/Description.plist -AppleLanguages \"(${language})\""
}
} else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071106/2f767f5c/attachment.html
More information about the macports-changes
mailing list