mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
dmstats: Fix path to static dmstats
This commit is contained in:
parent
5012be326d
commit
5dfd35f2f8
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user