Fixed termux installation

This commit is contained in:
TheDarkBug 2022-01-29 12:19:39 +01:00
parent 439d282aaa
commit c583ec9d62

View file

@ -11,7 +11,7 @@ ifeq ($(PLATFORM), Linux)
LIBDIR = lib
MANDIR = share/man/man1
ifeq ($(shell uname -o), Android)
DESTDIR = /data/data/com.termux/file
DESTDIR = /data/data/com.termux/files/usr
endif
else ifeq ($(PLATFORM), Darwin)
PREFIX = local/bin