summaryrefslogtreecommitdiff
path: root/utils/nfsdcltrack
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2014-04-30 12:55:50 -0400
committerSteve Dickson <steved@redhat.com>2014-04-30 13:00:19 -0400
commit1b0dfd5296b8d420a9d77979330a05bda31577f4 (patch)
tree68dce13d275a0cf350a98db91daf36ade3d860e8 /utils/nfsdcltrack
parenta2e431fdd114f2c2466573471dafef9024392f2d (diff)
downloadnfs-utils-1b0dfd5296b8d420a9d77979330a05bda31577f4.tar.gz
nfsdctltrack: ensure binary is installed in /sbinnfs-utils-1-3-1-rc1
The kernel "knows" this lives in /sbin, so just like mount.nfs and osd_login, it must unconditionally be installed there. Signed-off-by: NeilBrown <neilb@suse.de> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils/nfsdcltrack')
-rw-r--r--utils/nfsdcltrack/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/nfsdcltrack/Makefile.am b/utils/nfsdcltrack/Makefile.am
index a860ffb..7524295 100644
--- a/utils/nfsdcltrack/Makefile.am
+++ b/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)