summaryrefslogtreecommitdiff
path: root/tools/mountstats
diff options
context:
space:
mode:
authorAaro Koskinen <aaro.koskinen@iki.fi>2014-03-11 12:29:11 -0400
committerSteve Dickson <steved@redhat.com>2014-03-11 14:05:35 -0400
commitd2c892750f585ba87f97c145551eb10ffc8f9bda (patch)
treeb9c8c08896d58e4ce5c13ee57e89d6f0c2dcf161 /tools/mountstats
parente72d258d0d70fe036a5814c1a13975302cab3f17 (diff)
downloadnfs-utils-d2c892750f585ba87f97c145551eb10ffc8f9bda.tar.gz
tools: use install -m instead of --mode
Use install -m instead of--mode for better compatibility. E.g. busybox's install doesn't support the long option. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'tools/mountstats')
-rw-r--r--tools/mountstats/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mountstats/Makefile.am b/tools/mountstats/Makefile.am
index ca617a2..c2e9f99 100644
--- a/tools/mountstats/Makefile.am
+++ b/tools/mountstats/Makefile.am
@@ -8,6 +8,6 @@ EXTRA_DIST = $(man8_MANS) $(PYTHON_FILES)
all-local: $(PYTHON_FILES)
install-data-hook:
- $(INSTALL) --mode 755 mountstats.py $(DESTDIR)$(sbindir)/mountstats
+ $(INSTALL) -m 755 mountstats.py $(DESTDIR)$(sbindir)/mountstats
MAINTAINERCLEANFILES=Makefile.in