slitaz-tools rev 809

tazdrop: some .mo missing...
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 17 09:52:54 2013 +0200 (2013-07-17)
parents f966cc290735
children 8e208c31ad8e
files tazdrop/Makefile
line diff
     1.1 --- a/tazdrop/Makefile	Tue Jul 16 18:34:29 2013 +0300
     1.2 +++ b/tazdrop/Makefile	Wed Jul 17 09:52:54 2013 +0200
     1.3 @@ -18,6 +18,7 @@
     1.4  	install -m 0644 README $(DESTDIR)$(PREFIX)/share/doc/tazdrop
     1.5  	for l in $(LINGUAS); \
     1.6  	do \
     1.7 +		[ -s ../po/mo/$$l/tazdrop.mo ] || continue; \
     1.8  		install -m 0777 -d $(DESTDIR)$(PREFIX)/share/locale/$$l/LC_MESSAGES; \
     1.9  		install -m 0644 ../po/mo/$$l/tazdrop.mo \
    1.10  			$(DESTDIR)$(PREFIX)/share/locale/$$l/LC_MESSAGES; \