diff options
Diffstat (limited to 'Ports/stress-ng/patches/0014-Makefile-Install-to-usr-local.patch')
-rw-r--r-- | Ports/stress-ng/patches/0014-Makefile-Install-to-usr-local.patch | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Ports/stress-ng/patches/0014-Makefile-Install-to-usr-local.patch b/Ports/stress-ng/patches/0014-Makefile-Install-to-usr-local.patch new file mode 100644 index 0000000000..02d4fb024c --- /dev/null +++ b/Ports/stress-ng/patches/0014-Makefile-Install-to-usr-local.patch @@ -0,0 +1,31 @@ +From 13d34247badfb4adcbf725c04dd6ee2af30e6995 Mon Sep 17 00:00:00 2001 +From: Ali Mohammad Pur <ali.mpfard@gmail.com> +Date: Thu, 13 Jan 2022 16:13:02 +0330 +Subject: [PATCH 14/14] Makefile: Install to /usr/local + +--- + Makefile | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) + +diff --git a/Makefile b/Makefile +index f8f71c5..1d90cd0 100644 +--- a/Makefile ++++ b/Makefile +@@ -74,10 +74,10 @@ LDFLAGS += -static -z muldefs + CFLAGS += -DBUILD_STATIC + endif + +-BINDIR=/usr/bin +-MANDIR=/usr/share/man/man1 +-JOBDIR=/usr/share/stress-ng/example-jobs +-BASHDIR=/usr/share/bash-completion/completions ++BINDIR=/usr/local/bin ++MANDIR=/usr/local/share/man/man1 ++JOBDIR=/usr/local/share/stress-ng/example-jobs ++BASHDIR=/usr/local/share/bash-completion/completions + + # + # Stressors +-- +2.32.0 + |