[GRASS-SVN] r29843 - grass/trunk/macosx

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jan 26 01:42:33 EST 2008


Author: kyngchaos
Date: 2008-01-26 01:42:33 -0500 (Sat, 26 Jan 2008)
New Revision: 29843

Modified:
   grass/trunk/macosx/Makefile
Log:
bindist leopard - remove TokenDefinitions.plist so updates don't search for GRASS.app

Modified: grass/trunk/macosx/Makefile
===================================================================
--- grass/trunk/macosx/Makefile	2008-01-26 00:25:26 UTC (rev 29842)
+++ grass/trunk/macosx/Makefile	2008-01-26 06:42:33 UTC (rev 29843)
@@ -108,6 +108,7 @@
 	@# build the package
 ifeq ($(XCODE_VER),xcode3)
 	${PACKAGEMAKER} --target 10.4 --root-volume-only --id org.osgeo.grass --root dist/${MACOSX_APP_NAME} --info dist/Info.plist --out "GRASS-${GRASS_VERSION_MAJOR}.${GRASS_VERSION_MINOR}.pkg" --resources dist/resources
+	rm -f "GRASS-${GRASS_VERSION_MAJOR}.${GRASS_VERSION_MINOR}.pkg/Contents/Resources/TokenDefinitions.plist"
 else
 	${PACKAGEMAKER} -build -ds -p "GRASS-${GRASS_VERSION_MAJOR}.${GRASS_VERSION_MINOR}.pkg" -f dist/${MACOSX_APP_NAME} -r dist/resources -i dist/Info.plist -d dist/Description.plist
 endif



More information about the grass-commit mailing list