mirror of
https://gitlab.com/Nanolx/qwad.git
synced 2024-11-21 18:19:18 +01:00
only install .qm files for translation, not .ts aswell
This commit is contained in:
parent
df13e6a657
commit
11d15dfd7e
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user