Enlightenment CVS committal

Author  : vapier
Project : e17
Module  : apps/e

Dir     : e17/apps/e/po


Modified Files:
        Makefile.am 


Log Message:
MKINSTALLDIRS -> mkinstalldirs since it seems to work for more people
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/po/Makefile.am,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- Makefile.am 20 Apr 2005 03:14:07 -0000      1.11
+++ Makefile.am 20 Apr 2005 15:59:03 -0000      1.12
@@ -55,7 +55,7 @@
 uninstall-poDATA:
 install-data-local:
        for L in $(LANGS); do \
-         $(MKINSTALLDIRS) $(DESTDIR)$(datadir)/locale/$$L/LC_MESSAGES; \
+         $(mkinstalldirs) $(DESTDIR)$(datadir)/locale/$$L/LC_MESSAGES; \
          $(INSTALL_DATA) \
          $$L.mo $(DESTDIR)$(datadir)/locale/$$L/LC_MESSAGES/$(PACKAGE).mo; \
        done




-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to