Changes by: antona
Update of /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22053/ntfsprogs
Modified Files:
Makefile.am
Log Message:
Fix hardcoded location for hardlink on uninstall. (Anton, Szaka)
Index: Makefile.am
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs/Makefile.am,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -p -r1.51 -r1.52
--- Makefile.am 7 Oct 2005 15:15:13 -0000 1.51
+++ Makefile.am 7 Oct 2005 15:52:29 -0000 1.52
@@ -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
|