lr: fix Makefile (i pushed too soon again!)

This commit is contained in:
Lucy Phipps 2021-02-25 14:25:11 +00:00
parent 6759664769
commit 67feba13b2
No known key found for this signature in database
GPG Key ID: 8F688A3DB7869BFE
2 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,13 @@
diff --git a/Makefile b/Makefile
index 5ef6fcd19..e1cc61adb 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ 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,6 +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=1
TERMUX_PKG_REVISION=2
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