summaryrefslogtreecommitdiffstats
path: root/patches/nfs-utils-2.5.1/0001-allow-installing-all-tools-in-usr.patch
blob: 8a44157701ad19fc04b71b84c1c1429070a4e0d0 (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
29
30
31
32
33
34
35
36
37
38
From: Michael Olbrich <m.olbrich@pengutronix.de>
Date: Wed, 11 Jan 2017 11:57:05 +0100
Subject: [PATCH] allow installing all tools in /usr

Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
---
 utils/mount/Makefile.am       | 4 ----
 utils/nfsdcltrack/Makefile.am | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/utils/mount/Makefile.am b/utils/mount/Makefile.am
index ad0be93b1def..ece27eeab7bf 100644
--- a/utils/mount/Makefile.am
+++ b/utils/mount/Makefile.am
@@ -1,9 +1,5 @@
 ## Process this file with automake to produce Makefile.in
 
-# These binaries go in /sbin (not /usr/sbin), and that cannot be
-# overridden at config time.
-sbindir = /sbin
-
 man8_MANS	= mount.nfs.man umount.nfs.man
 man5_MANS	= nfs.man
 
diff --git a/utils/nfsdcltrack/Makefile.am b/utils/nfsdcltrack/Makefile.am
index 2f7fe3de6922..6a17fce373f0 100644
--- a/utils/nfsdcltrack/Makefile.am
+++ b/utils/nfsdcltrack/Makefile.am
@@ -1,9 +1,5 @@
 ## Process this file with automake to produce Makefile.in
 
-# These binaries go in /sbin (not /usr/sbin), and that cannot be
-# overridden at config time. The kernel "knows" the /sbin name.
-sbindir = /sbin
-
 man8_MANS	= nfsdcltrack.man
 EXTRA_DIST	= $(man8_MANS)