This commit is contained in:
Lucy Phipps 2021-02-25 15:21:39 +00:00
parent da4fb62848
commit 03d37233d5
No known key found for this signature in database
GPG Key ID: 8F688A3DB7869BFE
2 changed files with 8 additions and 3 deletions

View File

@ -1,8 +1,13 @@
diff --git a/Makefile b/Makefile
index 5ef6fcd19..e2bd7cb2c 100644
index 5ef6fcd19..dd99a9d3d 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,8 @@ PREFIX=/usr/local
@@ -4,10 +4,12 @@ ZSHCOMP=_lr
CFLAGS=-g -O2 -Wall -Wno-switch -Wextra -Wwrite-strings
DESTDIR=
-PREFIX=/usr/local
+PREFIX=$(prefix)
BINDIR=$(PREFIX)/bin
MANDIR=$(PREFIX)/share/man
ZSHCOMPDIR=$(PREFIX)/share/zsh/site-functions

View File

@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="list files, recursively, includes the best features of l
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.5.1
TERMUX_PKG_REVISION=3
TERMUX_PKG_REVISION=4
TERMUX_PKG_SRCURL=https://git.vuxu.org/lr/snapshot/lr-$TERMUX_PKG_VERSION.tar.xz
TERMUX_PKG_SHA256=147377be14805fe1fd7e01fe3cf4b2e0e34d98af5594743dbb97b12189fa52e1
TERMUX_PKG_BUILD_IN_SRC=true