[lvm-devel] master - dmstats: Fix path to static dmstats

Marian Csontos mcsontos at sourceware.org
Wed Mar 29 07:12:30 UTC 2017


Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=5dfd35f2f8ec14398a5d5586b8000e16065bf96f
Commit:        5dfd35f2f8ec14398a5d5586b8000e16065bf96f
Parent:        5012be326dbadad811620b1584e46144b3c47722
Author:        Marian Csontos <mcsontos at redhat.com>
AuthorDate:    Wed Mar 29 09:03:57 2017 +0200
Committer:     Marian Csontos <mcsontos at redhat.com>
CommitterDate: Wed Mar 29 09:04:56 2017 +0200

dmstats: Fix path to static dmstats

---
 tools/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/Makefile.in b/tools/Makefile.in
index 3b7b63d..e18c8d7 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)
 




More information about the lvm-devel mailing list