Browse Source

use INSTALL instead of INSTALL_BIN (sync from dev6)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34455 15284696-431f-4ddb-bdfa-cd5b030d7da7
William Kyngesburye 16 years ago
parent
commit
f69abe456d
1 changed files with 4 additions and 4 deletions
  1. 4 4
      macosx/pkg/bundle.make

+ 4 - 4
macosx/pkg/bundle.make

@@ -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: