https://bugzilla.redhat.com/show_bug.cgi?id=863571

--- Comment #17 from Volker Fröhlich <volke...@gmx.at> ---
Ad cosmetics:

You're adding an extra slash in front of "/usr" . It works and I personally
don't mind.

rm -f
%{buildroot}/%{_datadir}/%{name}/mods/default/fonts/LiberationSans-Regular.ttf

=>

rm -f
/home/makerpm/rpmbuild/BUILDROOT/flare-0.17.1-4.fc16.x86_64//usr/share/flare/mods/default/fonts/LiberationSans-Regular.ttf


rm -f
%{buildroot}%{_datadir}/%{name}/mods/default/fonts/LiberationSans-Regular.ttf

=>

rm -f
/home/makerpm/rpmbuild/BUILDROOT/flare-0.17.1-4.fc16.x86_64/usr/share/flare/mods/default/fonts/LiberationSans-Regular.ttf

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to