]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gpe-login/files/fixMakefile.translation.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gpe-login / files / fixMakefile.translation.patch
1 --- build/Makefile.translation  1 Jul 2005 13:44:49 -0000       1.44
2 +++ build/Makefile.translation  3 Jul 2005 10:29:38 -0000       1.45
3 @@ -34,7 +34,7 @@
4         if [ "$(ENABLE_NLS)" != "no" ]; then \
5                 if [ "x$(LINGUAS)" != "x" ]; then \
6                         for i in $(LINGUAS); do mkdir -p $(DESTDIR)$(PREFIX)/share/locale/$$i/LC_MESSAGES; install -m 644 $(DIR_PO)/$$i.mo $(DESTDIR)$(PREFIX)/share/locale/$$i/LC_MESSAGES/$(PACKAGE).mo; done \
7 -               fi;
8 +               fi; \
9         fi;
10  
11  .po8.mo:;