From ce9b43063963da87ee26a237a8e9858e29796cfe Mon Sep 17 00:00:00 2001 From: Stefan Gartner Date: Sun, 9 Feb 2003 18:32:55 +0000 Subject: fill in correct values for VERSION and DATE when building the application bundles --- source/darwin/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/darwin/Makefile b/source/darwin/Makefile index 9af61d90d9a..c65b4d82bd8 100644 --- a/source/darwin/Makefile +++ b/source/darwin/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.3 2002/11/03 22:38:32 maarten Exp $ +# $Id: Makefile,v 1.4 2003/02/02 17:28:15 sgefant Exp $ # # ***** BEGIN GPL/BL DUAL LICENSE BLOCK ***** # @@ -39,7 +39,7 @@ all:: @echo "---> creating directory structure for $(APPLICATION)" @rm -rf $(DIR)/bin/$(APPLICATION).app @cp -R $(APPLICATION).app $(DIR)/bin - @#cat $(APPLICATION).app/Contents/Info.plist | sed s/VERSION/`cat ../../VERSION`/ | sed s/DATE/`date +'%Y-%b-%d'`/ > $(DIR)/bin/$(APPLICATION).app/Contents/Info.plist + @cat $(APPLICATION).app/Contents/Info.plist | sed s/VERSION/`cat ../../release/VERSION`/ | sed s/DATE/`date +'%Y-%b-%d'`/ > $(DIR)/bin/$(APPLICATION).app/Contents/Info.plist @echo "---> copying binary" @cp $(DIR)/bin/$(APPLICATION) $(DIR)/bin/$(APPLICATION).app/Contents/MacOS/ @echo "---> adding excutable attributes" -- cgit v1.2.3