1
0
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:
Marian Csontos 2017-03-29 09:03:57 +02:00
parent 5012be326d
commit 5dfd35f2f8

View File

@ -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)