[GRASS-SVN] r32172 - grass/branches/develbranch_6/locale

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jul 19 17:42:48 EDT 2008


Author: martinl
Date: 2008-07-19 17:42:48 -0400 (Sat, 19 Jul 2008)
New Revision: 32172

Modified:
   grass/branches/develbranch_6/locale/Makefile
Log:
Use $(INSTALL) instead of hard-coded "install"
[merged from trunk, r32169]


Modified: grass/branches/develbranch_6/locale/Makefile
===================================================================
--- grass/branches/develbranch_6/locale/Makefile	2008-07-19 16:28:44 UTC (rev 32171)
+++ grass/branches/develbranch_6/locale/Makefile	2008-07-19 21:42:48 UTC (rev 32172)
@@ -72,10 +72,10 @@
 		suffix=`echo $$po | cut -d'_' -f2-`; \
 		lingua=`basename $$suffix .po`; \
 		prefix=`echo $$po | cut -d'_' -f1`; \
-		install -d $(MO_DIR)/$$lingua/LC_MESSAGES/ ; \
+		$(INSTALL) -d $(MO_DIR)/$$lingua/LC_MESSAGES/ ; \
 		echo -n $$po": "; \
 		if [ $$prefix = $(TCLDOMAIN) ]; then\
-		install -d $(MSG_DIR) ; \
+		$(INSTALL) -d $(MSG_DIR) ; \
 		msgfmt --statistics --tcl -l $$lingua \
 			-d $(MSG_DIR)/ $$po ;\
 		else \



More information about the grass-commit mailing list