From 78915c1d3ccb380ed7c14231b860baf9a03de480 Mon Sep 17 00:00:00 2001 From: szaka Date: Fri, 23 May 2008 20:13:21 +0000 Subject: [PATCH] fix build if --exec-prefix used without --sbindir=/sbin (Georg Lukas, Szabolcs Szakacsits) --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index ee4cd81d..422aaedd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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: