Fix hardcoded location for hardlink on uninstall. (Anton, Szaka)

edge.strict_endians
antona 2005-10-07 15:52:29 +00:00
parent fdd8dbd819
commit 4c3687fc64
1 changed files with 1 additions and 1 deletions

View File

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