commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r9750 - trunk/gnue-forms/packaging/osx


From: johannes
Subject: [gnue] r9750 - trunk/gnue-forms/packaging/osx
Date: Thu, 12 Jul 2007 07:51:58 -0500 (CDT)

Author: johannes
Date: 2007-07-12 07:51:58 -0500 (Thu, 12 Jul 2007)
New Revision: 9750

Modified:
   trunk/gnue-forms/packaging/osx/Info.plist.dist_template
   trunk/gnue-forms/packaging/osx/create-build.dist_template
Log:
Use a better package name and incorporate version number for Installer


Modified: trunk/gnue-forms/packaging/osx/Info.plist.dist_template
===================================================================
--- trunk/gnue-forms/packaging/osx/Info.plist.dist_template     2007-07-12 
12:43:07 UTC (rev 9749)
+++ trunk/gnue-forms/packaging/osx/Info.plist.dist_template     2007-07-12 
12:51:58 UTC (rev 9750)
@@ -3,15 +3,15 @@
 <plist version="1.0">
 <dict>
        <key>CFBundleGetInfoString</key>
-       <string>:VERSION:, GNUe (c) 2001-2007 Free Software Foundation</string>
+       <string>:VERSION:, :TITLE:</string>
        <key>CFBundleIdentifier</key>
        <string>org.gnuenterprise.forms</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-forms/packaging/osx/create-build.dist_template
===================================================================
--- trunk/gnue-forms/packaging/osx/create-build.dist_template   2007-07-12 
12:43:07 UTC (rev 9749)
+++ trunk/gnue-forms/packaging/osx/create-build.dist_template   2007-07-12 
12:51:58 UTC (rev 9750)
@@ -29,7 +29,7 @@
 # ---------------------------------------------------------------------------
 
 volname=":PACKAGE:-:VERSION:-py23"
-package="$volname.pkg"
+package=":PACKAGE:-py23.pkg"
 
 
 # ---------------------------------------------------------------------------





reply via email to

[Prev in Thread] Current Thread [Next in Thread]