[GRASS-SVN] r34455 - grass/trunk/macosx/pkg

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 23 14:32:40 EST 2008


Author: kyngchaos
Date: 2008-11-23 14:32:40 -0500 (Sun, 23 Nov 2008)
New Revision: 34455

Modified:
   grass/trunk/macosx/pkg/bundle.make
Log:
use INSTALL instead of INSTALL_BIN (sync from dev6)

Modified: grass/trunk/macosx/pkg/bundle.make
===================================================================
--- grass/trunk/macosx/pkg/bundle.make	2008-11-23 19:32:15 UTC (rev 34454)
+++ grass/trunk/macosx/pkg/bundle.make	2008-11-23 19:32:40 UTC (rev 34455)
@@ -1,6 +1,6 @@
 # extra binaries and data to bundle into the GRASS.app package
 # 
-# use ${INSTALL_BIN} to copy binaries.
+# use ${INSTALL} to copy binaries.
 # use ${INSTALL_DATA} for headers and other non-executables.
 # use ${MAKE_DIR_CMD} to create a subfolder if needed.
 # use ${LN} and ${LN_DIR} to symlink files and folders respectively.
@@ -16,9 +16,9 @@
 # 
 # use one line per file after the "bundle-macosx:" line, indented with a tab.
 # ie:
-#	${INSTALL_BIN} /usr/local/bin/gpsbabel ${MACOSX_BUNDLE_PREFIX}/bin
-#	${INSTALL_BIN} /usr/local/pgsql/lib/libpq.5.0.dylib ${MACOSX_BUNDLE_PREFIX}/lib
-#	${LN} libpq.5.0.dylib ${MACOSX_BUNDLE_PREFIX}/lib/libpq.5.dylib
+#	${INSTALL} /usr/local/bin/gpsbabel ${MACOSX_BUNDLE_PREFIX}/bin
+#	${INSTALL} /usr/local/pgsql/lib/libpq.5.1.dylib ${MACOSX_BUNDLE_PREFIX}/lib
+#	${LN} libpq.5.1.dylib ${MACOSX_BUNDLE_PREFIX}/lib/libpq.5.dylib
 
 bundle-macosx:
 	@# add custom bundle commands here:



More information about the grass-commit mailing list