https://bugzilla.rpmfusion.org/show_bug.cgi?id=2663
leigh scott <leigh123linux(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |leigh123linux(a)gmail.com
Blocks| |2
--- Comment #2 from leigh scott <leigh123linux(a)gmail.com> 2013-01-27 12:12:14 CET
---
This is wrong, nothing should be directly install to /sbin
$ ls -l |grep /sbin
lrwxrwxrwx. 1 root root 8 Oct 31 14:46 sbin -> usr/sbin
change this
scons install DESTDIR=%{buildroot}/sbin
to
scons install DESTDIR=%{buildroot}%{_sbindir}
also change the files section so it uses macros eg:
%files
%doc COPYING
%{_sbindir}/mount.exfat-fuse
%{_sbindir}/mount.exfat
%{_mandir}/man8/mount.exfat-fuse.8.gz
%{_mandir}/man8/mount.exfat.8.gz
--
Configure bugmail:
https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.