[GRASS-SVN] r49452 -
grass/branches/releasebranch_6_4/scripts/g.extension
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Dec 1 00:24:01 EST 2011
Author: hamish
Date: 2011-11-30 21:24:01 -0800 (Wed, 30 Nov 2011)
New Revision: 49452
Modified:
grass/branches/releasebranch_6_4/scripts/g.extension/g.extension
Log:
don't forget to set the install dir variable when the addons dir has to be created (#1501; merge from devbr6)
Modified: grass/branches/releasebranch_6_4/scripts/g.extension/g.extension
===================================================================
--- grass/branches/releasebranch_6_4/scripts/g.extension/g.extension 2011-12-01 05:21:12 UTC (rev 49451)
+++ grass/branches/releasebranch_6_4/scripts/g.extension/g.extension 2011-12-01 05:24:01 UTC (rev 49452)
@@ -240,6 +240,7 @@
g.message -e "Unable to create '$PREFIX' directory"
exit 1
fi
+ MYINST_DIR="$PREFIX"
fi
if [ ! -w "$PREFIX" -a $SYSADMIN -ne 1 ] ; then
More information about the grass-commit
mailing list