[GRASS-SVN] r40104 - grass/branches/develbranch_6/macosx/app

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Dec 21 21:58:16 EST 2009


Author: kyngchaos
Date: 2009-12-21 21:58:15 -0500 (Mon, 21 Dec 2009)
New Revision: 40104

Modified:
   grass/branches/develbranch_6/macosx/app/Makefile
Log:
create bin dir in app for python wrapper

Modified: grass/branches/develbranch_6/macosx/app/Makefile
===================================================================
--- grass/branches/develbranch_6/macosx/app/Makefile	2009-12-22 02:34:37 UTC (rev 40103)
+++ grass/branches/develbranch_6/macosx/app/Makefile	2009-12-22 02:58:15 UTC (rev 40104)
@@ -39,7 +39,7 @@
 
 macosxapp: PkgInfo app.icns English.lproj/MainMenu.nib build_html_user_index.sh build_gui_user_menu.sh python_wrapper $(ARCH_OBJS) $(APPDIR)/MacOS/GRASS
 	-${MAKE_DIR_CMD} ${APPDIR}/Resources/Scripts
-	-${MAKE_DIR_CMD} ${APPDIR}/MacOS/scripts
+	-${MAKE_DIR_CMD} ${APPDIR}/MacOS/bin
 	-${MAKE_DIR_CMD} ${APPDIR}/MacOS/etc
 	-${INSTALL_DATA} app.icns ${APPDIR}/Resources
 	-tar cBf - English.lproj --exclude CVS | (cd ${APPDIR}/Resources ; tar xBf - ) 2>/dev/null



More information about the grass-commit mailing list