Fixed termux installation
This commit is contained in:
parent
439d282aaa
commit
c583ec9d62
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -11,7 +11,7 @@ ifeq ($(PLATFORM), Linux)
|
||||||
LIBDIR = lib
|
LIBDIR = lib
|
||||||
MANDIR = share/man/man1
|
MANDIR = share/man/man1
|
||||||
ifeq ($(shell uname -o), Android)
|
ifeq ($(shell uname -o), Android)
|
||||||
DESTDIR = /data/data/com.termux/file
|
DESTDIR = /data/data/com.termux/files/usr
|
||||||
endif
|
endif
|
||||||
else ifeq ($(PLATFORM), Darwin)
|
else ifeq ($(PLATFORM), Darwin)
|
||||||
PREFIX = local/bin
|
PREFIX = local/bin
|
||||||
|
|
Loading…
Reference in a new issue