Changes by: cha0smaster
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14306
Modified Files:
ntfsprogs.spec.in
Log Message:
fix spec too
Index: ntfsprogs.spec.in
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs.spec.in,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- ntfsprogs.spec.in 7 Oct 2005 15:02:15 -0000 1.16
+++ ntfsprogs.spec.in 7 Oct 2005 15:18:47 -0000 1.17
@@ -104,7 +104,7 @@ rm -rf "$RPM_BUILD_ROOT"
%files fuse
%defattr(-,root,root)
%{bindir}/ntfsmount*
-%{sbindir}/mount.ntfs-fuse
+/sbin/mount.ntfs-fuse
%{mandir}/man8/ntfsmount.8*
%files devel
|