[GRASS-SVN] r39307 - grass/trunk/macosx
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Sep 27 11:04:08 EDT 2009
Author: kyngchaos
Date: 2009-09-27 11:04:08 -0400 (Sun, 27 Sep 2009)
New Revision: 39307
Modified:
grass/trunk/macosx/Makefile
Log:
install missing files
Modified: grass/trunk/macosx/Makefile
===================================================================
--- grass/trunk/macosx/Makefile 2009-09-27 15:02:29 UTC (rev 39306)
+++ grass/trunk/macosx/Makefile 2009-09-27 15:04:08 UTC (rev 39307)
@@ -33,6 +33,8 @@
PKG_INST_DIR = ${prefix}
endif
+FILES = AUTHORS COPYING CHANGES REQUIREMENTS.html GPL.TXT
+
default: subdirs
include bundle.make
@@ -84,6 +86,7 @@
install-basic-macosx:
${MAKE_DIR_CMD} ${INST_DIR_TARGET}
-cd ${GISBASE} ; tar cBf - ${MACOSX_APP_NAME} | (cd ${PREFIX_TARGET} ; tar xBf - ) 2>/dev/null
+ -cd ${GISBASE} ; tar cBf - $(FILES) | (cd ${INST_DIR_TARGET} ; tar xBf - ) 2>/dev/null
-cd ${GISBASE} ; tar cBf - bin | (cd ${INST_DIR_TARGET} ; tar xBf - ) 2>/dev/null
-cd ${GISBASE} ; tar cBf - docs | (cd ${INST_DIR_TARGET} ; tar xBf - ) 2>/dev/null
-cd ${GISBASE} ; tar cBf - driver | (cd ${INST_DIR_TARGET} ; tar xBf - ) 2>/dev/null
More information about the grass-commit
mailing list