fix build if --exec-prefix used without --sbindir=/sbin (Georg Lukas, Szabolcs Szakacsits)

master
szaka 2008-05-23 20:13:21 +00:00
parent 5a55fa1850
commit 78915c1d3c
1 changed files with 1 additions and 1 deletions

View File

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