Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/po Modified Files: Makefile.am Log Message: \ ok ok - DESTDIR - i havent checked "make distcheck" yet. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/po/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- Makefile.am 14 Apr 2005 03:06:00 -0000 1.5 +++ Makefile.am 15 Apr 2005 00:59:40 -0000 1.6 @@ -26,12 +26,12 @@ install-data-local: for L in $(LANGS); do \ $(INSTALL_DATA) -D \ - $$L.mo $(datadir)/locale/$$L/LC_MESSAGES/$(PACKAGE).mo; \ + $$L.mo $(DESTDIR)$(datadir)/locale/$$L/LC_MESSAGES/$(PACKAGE).mo; \ done uninstall: for L in $(LANGS); do \ - rm -f $(datadir)/locale/$$L/LC_MESSAGES/$(PACKAGE).mo; \ + rm -f $(DESTDIR)$(datadir)/locale/$$L/LC_MESSAGES/$(PACKAGE).mo; \ done clean-local: ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs