From 9186ebc4d69c44b92d9e40354e7883aadb7f9693 Mon Sep 17 00:00:00 2001 From: szaka Date: Sat, 24 May 2008 17:37:46 +0000 Subject: [PATCH] fix parallel 'make install' (Alon Bar-Lev) --- src/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 422aaedd..660e6f1f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -41,8 +41,7 @@ install-exec-local: $(INSTALL) -d "$(DESTDIR)/sbin" $(LN_S) -f "$(rootbindir)/ntfs-3g" "$(DESTDIR)/sbin/mount.ntfs-3g" -install-data-local: - $(INSTALL) -d "$(DESTDIR)$(man8dir)" +install-data-local: install-man8 $(LN_S) -f ntfs-3g.8 "$(DESTDIR)$(man8dir)/mount.ntfs-3g.8" uninstall-local: