slitaz-tools rev 662

tazinst: fix Makefile errors on po files
author Dominique Corbex <domcox@slitaz.org>
date Sat Aug 06 21:19:23 2011 +0200 (2011-08-06)
parents 97804a1ab52e
children 18cb607f6cfc
files Makefile
line diff
     1.1 --- a/Makefile	Fri Aug 05 22:22:18 2011 +0200
     1.2 +++ b/Makefile	Sat Aug 06 21:19:23 2011 +0200
     1.3 @@ -5,7 +5,7 @@
     1.4  DOCDIR?=/usr/share/doc
     1.5  DESTDIR?=
     1.6  
     1.7 -PROJECTS=slitaz-tools slitaz-boxes tazbox tazdrop tazinst 
     1.8 +PROJECTS=slitaz-tools slitaz-boxes tazbox tazinst tazdrop 
     1.9  LINGUAS=fr pt_BR
    1.10  
    1.11  all: msgfmt
    1.12 @@ -107,7 +107,7 @@
    1.13  		$(DESTDIR)$(PREFIX)/share/slitaz/messages/en
    1.14  	# tazinst
    1.15  	install -m 0755 installer/tazinst $(DESTDIR)$(PREFIX)/bin
    1.16 -	for l in $(LINGUAS); \
    1.17 +	for l in fr; \
    1.18  	do \
    1.19  		install -m 0777 -d $(DESTDIR)$(PREFIX)/share/locale/$$l/LC_MESSAGES; \
    1.20  		install -m 0644 po/mo/$$l/tazinst.mo \