[GRASS-SVN] r34454 - grass/branches/develbranch_6/macosx/pkg
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Nov 23 14:32:15 EST 2008
Author: kyngchaos
Date: 2008-11-23 14:32:15 -0500 (Sun, 23 Nov 2008)
New Revision: 34454
Modified:
grass/branches/develbranch_6/macosx/pkg/bundle.make
Log:
use INSTALL instead of INSTALL_BIN
Modified: grass/branches/develbranch_6/macosx/pkg/bundle.make
===================================================================
--- grass/branches/develbranch_6/macosx/pkg/bundle.make 2008-11-23 19:29:14 UTC (rev 34453)
+++ grass/branches/develbranch_6/macosx/pkg/bundle.make 2008-11-23 19:32:15 UTC (rev 34454)
@@ -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