diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-26 10:39:19 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-02 11:48:00 +0100 |
commit | 6d8d197b343d62e01fe5eb3e53a93a4217c4a55a (patch) | |
tree | 0df883d9451e922df15bbd3fcd39e9931d9de08e /package/iptraf-ng/patches/patch-Makefile | |
parent | 66999de6aa25a152349c136e57bb1e5205c1455c (diff) |
iptraf-ng: fix install step
Diffstat (limited to 'package/iptraf-ng/patches/patch-Makefile')
-rw-r--r-- | package/iptraf-ng/patches/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/iptraf-ng/patches/patch-Makefile b/package/iptraf-ng/patches/patch-Makefile new file mode 100644 index 000000000..597248cfe --- /dev/null +++ b/package/iptraf-ng/patches/patch-Makefile @@ -0,0 +1,11 @@ +--- iptraf-ng-v1.2.1.orig/Makefile 2024-02-25 17:52:43.000000000 +0100 ++++ iptraf-ng-v1.2.1/Makefile 2024-02-25 17:54:46.973660535 +0100 +@@ -25,7 +25,7 @@ ALL_CFLAGS = $(CPPFLAGS) $(CFLAGS) $(IPT + ALL_LDFLAGS = $(LDFLAGS) + STRIP ?= strip + +-prefix = $(HOME) ++prefix = /usr + sbindir_relative = sbin + sbindir = $(prefix)/$(sbindir_relative) + mandir = $(prefix)/share/man |