summaryrefslogtreecommitdiff
path: root/Ports/stress-ng/patches/0014-Makefile-Install-to-usr-local.patch
blob: c3cd2b4b570fa3919ed49837f2d64fb322b76882 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From 0000000000000000000000000000000000000000 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] 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