From 11d15dfd7e0a654f8b7709ec1393f935f6a12d0e Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Sat, 24 Nov 2012 20:42:18 +0100 Subject: [PATCH] only install .qm files for translation, not .ts aswell --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 27ebd4a..3a33257 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ install: mkdir -p $(DESTDIR)/usr/bin install -m755 qwad $(DESTDIR)/usr/bin install -m644 i18n/*.qm $(DESTDIR)/usr/share/Qwad/i18n - cp -r GUI WiiPy TitleIDs.py i18n Qwad.pyw Qwad_rc.py icons README COPYING AUTHORS $(DESTDIR)/usr/share/Qwad/ + cp -r GUI WiiPy TitleIDs.py Qwad.pyw Qwad_rc.py icons README COPYING AUTHORS $(DESTDIR)/usr/share/Qwad/ uninstall: rm -f $(DESTDIR)/usr/bin/qwad