fix build if --exec-prefix used without --sbindir=/sbin (Georg Lukas, Szabolcs Szakacsits)
parent
5a55fa1850
commit
78915c1d3c
|
@ -38,7 +38,7 @@ install-exec-hook:
|
|||
endif
|
||||
|
||||
install-exec-local:
|
||||
$(INSTALL) -d "$(DESTDIR)$(rootsbindir)"
|
||||
$(INSTALL) -d "$(DESTDIR)/sbin"
|
||||
$(LN_S) -f "$(rootbindir)/ntfs-3g" "$(DESTDIR)/sbin/mount.ntfs-3g"
|
||||
|
||||
install-data-local:
|
||||
|
|
Loading…
Reference in New Issue