# HG changeset patch # User Christophe Lincoln # Date 1302280743 -7200 # Node ID f0cb9cf0dce3b07c8ecc23aee2a79a2ca0ad35e0 # Parent d76a68a31de0e68f619e13f3fd8d76d49dc65368 Disable po support untill we found the bug (msgmerge dont work) diff -r d76a68a31de0 -r f0cb9cf0dce3 Makefile --- a/Makefile Fri Apr 08 18:26:26 2011 +0200 +++ b/Makefile Fri Apr 08 18:39:03 2011 +0200 @@ -53,12 +53,12 @@ # Installation. -install: msgfmt +install: # Tazpkg command line interface install -m 0755 -d $(DESTDIR)$(PREFIX)/bin install -m 0777 tazpkg $(DESTDIR)$(PREFIX)/bin # Tazpkgbox GUI - install -m 0777 tazpk-notify $(DESTDIR)$(PREFIX)/bin + install -m 0777 tazpkg-notify $(DESTDIR)$(PREFIX)/bin install -m 0777 tazpkgbox $(DESTDIR)$(PREFIX)/bin install -m 0777 tazpkgbox-install $(DESTDIR)$(PREFIX)/bin install -m 0755 -d $(DESTDIR)$(LIBDIR) @@ -70,8 +70,8 @@ install -m 0755 -d $(DESTDIR)$(DOCDIR)/tazpkg cp -a doc/* $(DESTDIR)$(DOCDIR)/tazpkg # The i18n files - mkdir -p $(DESTDIR)$(PREFIX)/share/locale - cp -a po/mo/* $(DESTDIR)$(PREFIX)/share/locale + #cp -a po/mo/* $(DESTDIR)$(PREFIX)/share/locale + # Desktop integration mkdir -p $(DESTDIR)$(PREFIX)/share cp -a applications $(DESTDIR)$(PREFIX)/share