From 4c3687fc64819fbe3235ac6b18d5288cd1177dc9 Mon Sep 17 00:00:00 2001 From: antona Date: Fri, 7 Oct 2005 15:52:29 +0000 Subject: [PATCH] Fix hardcoded location for hardlink on uninstall. (Anton, Szaka) --- ntfsprogs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntfsprogs/Makefile.am b/ntfsprogs/Makefile.am index c69fb56e..1a16bc95 100644 --- a/ntfsprogs/Makefile.am +++ b/ntfsprogs/Makefile.am @@ -154,5 +154,5 @@ uninstall-local: rm -f $(DESTDIR)$(sbindir)/mkfs.ntfs rm -f $(DESTDIR)$(man8dir)/mkfs.ntfs.8 if ENABLE_FUSE_MODULE - rm -f /sbin/mount.ntfs-fuse + rm -f $(DESTDIR)$(sbindir)/mount.ntfs-fuse endif