[GRASS-SVN] r32169 - grass/trunk/locale
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jul 19 05:54:01 EDT 2008
Author: glynn
Date: 2008-07-19 05:54:01 -0400 (Sat, 19 Jul 2008)
New Revision: 32169
Modified:
grass/trunk/locale/Makefile
Log:
Use $(INSTALL) instead of hard-coded "install"
Modified: grass/trunk/locale/Makefile
===================================================================
--- grass/trunk/locale/Makefile 2008-07-19 09:53:25 UTC (rev 32168)
+++ grass/trunk/locale/Makefile 2008-07-19 09:54:01 UTC (rev 32169)
@@ -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