aboutsummaryrefslogtreecommitdiff
path: root/packages/darwin_app
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-11 04:43:28 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-11 04:43:28 +0000
commit5ee5e6584d82c1884d20845bbee04786640b51a7 (patch)
tree0ea247d2564a546c7803368ffb7fbf806b8eb064 /packages/darwin_app
parent1563d0aac213b67d8f76ee738e0c0267a0cc340c (diff)
fixed minor bug in the version of Info.plist
svn path=/trunk/; revision=4874
Diffstat (limited to 'packages/darwin_app')
-rw-r--r--packages/darwin_app/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/darwin_app/Makefile b/packages/darwin_app/Makefile
index cb58c052..2d007571 100644
--- a/packages/darwin_app/Makefile
+++ b/packages/darwin_app/Makefile
@@ -115,7 +115,7 @@ darwin_app_wrapper: Info.plist
Info.plist: Info.plist.in
cat Info.plist.in | \
sed 's/PD_APP_NAME/$(PD_APP_NAME)/' | \
- sed 's/PD_VERSION/$(PD_VERSION)-$(PACKAGE_VERSION)/' > \
+ sed 's/PD_VERSION/$(PD_VERSION)/' > \
Info.plist
# tigital's Gem window focus black magic