mirror of
https://gitlab.com/Nanolx/qwad.git
synced 2024-11-10 21:05:10 +01:00
fixed a bug in Makefile
This commit is contained in:
parent
329a1e2f77
commit
34e5d4e42d
2
Makefile
2
Makefile
@ -8,7 +8,7 @@ install:
|
||||
mkdir -p $(DESTDIR)/usr/bin
|
||||
install -m755 qwad $(DESTDIR)/usr/bin
|
||||
install -m644 i18n/*.ts $(DESTDIR)/usr/share/Qwad/i18n
|
||||
cp -r GUI i18n Qwad.pyw Qwad_rc.py README COPYING AUTHORS $(DESTDIR)/usr/share/Qwad/
|
||||
cp -r GUI WiiPy TitleIDs.py i18n Qwad.pyw Qwad_rc.py README COPYING AUTHORS $(DESTDIR)/usr/share/Qwad/
|
||||
|
||||
uninstall:
|
||||
rm -f $(DESTDIR)/usr/bin/qwad
|
||||
|
Loading…
Reference in New Issue
Block a user