0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-05-11 16:43:53 +00:00
Files
Tomasz Duda 503928a334 addpkg(root/thin-provisioning-tools): add 0.9.0
To allow lvm2 use thin pools on 4.19 kernel.
2025-03-18 09:24:20 +01:00

20 lines
382 B
Diff

diff --git a/Makefile.in b/Makefile.in
index b1fd4aa5..e5d9a1bf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -185,13 +185,10 @@ else
CXXLIB+=-lstdc++
endif
-ifeq ("@STATIC@", "yes")
-LDFLAGS+=-static
-endif
INSTALL:=@INSTALL@
PREFIX:=@prefix@
-BINDIR:=$(DESTDIR)$(PREFIX)/sbin
+BINDIR:=$(DESTDIR)$(PREFIX)/bin
DATADIR:=$(DESTDIR)$(PREFIX)/share
MANPATH:=$(DATADIR)/man