17 lines
471 B
Diff
17 lines
471 B
Diff
|
---
|
||
|
utils/nfsdcltrack/Makefile.am | 4 ++++
|
||
|
1 file changed, 4 insertions(+)
|
||
|
|
||
|
--- nfs-utils-1.2.8.orig/utils/nfsdcltrack/Makefile.am
|
||
|
+++ nfs-utils-1.2.8/utils/nfsdcltrack/Makefile.am
|
||
|
@@ -1,5 +1,9 @@
|
||
|
## 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)
|
||
|
|