summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarian Csontos <mcsontos@redhat.com>2017-03-29 09:03:57 +0200
committerMarian Csontos <mcsontos@redhat.com>2017-03-29 09:04:56 +0200
commit5dfd35f2f8ec14398a5d5586b8000e16065bf96f (patch)
tree20408dd186249ac0dec9bd70cd24152a9d25a666
parent5012be326dbadad811620b1584e46144b3c47722 (diff)
downloadlvm2-5dfd35f2f8ec14398a5d5586b8000e16065bf96f.tar.gz
dmstats: Fix path to static dmstats
-rw-r--r--tools/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in
index 3b7b63da4..e18c8d782 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -251,7 +251,7 @@ install_dmsetup_dynamic: dmsetup
install_dmsetup_static: dmsetup.static
$(INSTALL_PROGRAM) -D $< $(staticdir)/$(<F)
- $(LN_S) -f $(<F) $(sbindir)/dmstats
+ $(LN_S) -f $(<F) $(staticdir)/dmstats
install_device-mapper: $(INSTALL_DMSETUP_TARGETS)