From c583ec9d62fd3be774251ae866fd7c2c46a8d673 Mon Sep 17 00:00:00 2001 From: TheDarkBug Date: Sat, 29 Jan 2022 12:19:39 +0100 Subject: [PATCH] Fixed termux installation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f8607ba..68c1c07 100644 --- a/Makefile +++ b/Makefile @@ -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