Fix termux build
This commit is contained in:
parent
075e6e73d5
commit
376ad8f636
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -44,7 +44,7 @@ uninstall:
|
|||
termux: build
|
||||
cp $(NAME) $(DESTDIR)/data/data/com.termux/files$(PREFIX)/$(NAME)
|
||||
ls $(DESTDIR)/data/data/com.termux/files/usr/lib/uwufetch/ > /dev/null || mkdir $(DESTDIR)/data/data/com.termux/files/usr/lib/uwufetch/
|
||||
cp res/* /data/data/com.termux/files/usr/lib/uwufetch/
|
||||
cp -r res/* /data/data/com.termux/files/usr/lib/uwufetch/
|
||||
|
||||
termux_uninstall:
|
||||
rm -rf $(DESTDIR)/data/data/com.termux/files$(PREFIX)/$(NAME)
|
||||
|
|
Loading…
Reference in a new issue