Author: johannes Date: 2007-07-12 07:43:07 -0500 (Thu, 12 Jul 2007) New Revision: 9749
Modified: trunk/gnue-common/packaging/osx/Info.plist.dist_template trunk/gnue-common/packaging/osx/create-build.dist_template Log: Allways use the same package name, and properly insert version information, so the Installer do all its dirty work Modified: trunk/gnue-common/packaging/osx/Info.plist.dist_template =================================================================== --- trunk/gnue-common/packaging/osx/Info.plist.dist_template 2007-07-11 14:16:19 UTC (rev 9748) +++ trunk/gnue-common/packaging/osx/Info.plist.dist_template 2007-07-12 12:43:07 UTC (rev 9749) @@ -3,15 +3,15 @@ <plist version="1.0"> <dict> <key>CFBundleGetInfoString</key> - <string>:VERSION:, GNUe (c) 2001-2007 Free Software Foundation</string> + <string>:VERSION:, GNU Enterprise Common</string> <key>CFBundleIdentifier</key> <string>org.gnuenterprise.common</string> <key>CFBundleShortVersionString</key> <string>:MAJOR:.:MINOR:.:FINAL:</string> <key>IFMajorVersion</key> - <integer>0</integer> + <integer>:MAJOR:</integer> <key>IFMinorVersion</key> - <integer>6</integer> + <integer>:MINOR:</integer> <key>IFPkgFlagAllowBackRev</key> <false/> <key>IFPkgFlagAuthorizationAction</key> Modified: trunk/gnue-common/packaging/osx/create-build.dist_template =================================================================== --- trunk/gnue-common/packaging/osx/create-build.dist_template 2007-07-11 14:16:19 UTC (rev 9748) +++ trunk/gnue-common/packaging/osx/create-build.dist_template 2007-07-12 12:43:07 UTC (rev 9749) @@ -29,7 +29,7 @@ # --------------------------------------------------------------------------- volname=":PACKAGE:-:VERSION:-py23" -package="$volname.pkg" +package=":PACKAGE:-py23.pkg" # --------------------------------------------------------------------------- _______________________________________________ commit-gnue mailing list commit-gnue@gnu.org http://lists.gnu.org/mailman/listinfo/commit-gnue