[GRASS-SVN] r38946 -
grass/branches/develbranch_6/scripts/g.extension
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Sep 2 10:05:52 EDT 2009
Author: hamish
Date: 2009-09-02 10:05:51 -0400 (Wed, 02 Sep 2009)
New Revision: 38946
Modified:
grass/branches/develbranch_6/scripts/g.extension/g.extension
Log:
make INST_DIR= is not being respected ??
Modified: grass/branches/develbranch_6/scripts/g.extension/g.extension
===================================================================
--- grass/branches/develbranch_6/scripts/g.extension/g.extension 2009-09-02 13:58:21 UTC (rev 38945)
+++ grass/branches/develbranch_6/scripts/g.extension/g.extension 2009-09-02 14:05:51 UTC (rev 38946)
@@ -257,6 +257,9 @@
cleanup
exit 1
fi
+ if [ ! -x "${MYINST_DIR}/bin/${MODULE}" ] ; then
+ g.message -e "Module did not install properly"
+ fi
if [ $GIS_FLAG_A -eq 1 ] ; then
\mv ${MYINST_DIR}/bin/${MODULE} ${MYINST_DIR}/
rmdir ${MYINST_DIR}/bin
More information about the grass-commit
mailing list