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



--- Comment #17 from Dmitry Mikhirev <mikhi...@gmail.com> ---
I'm sorry, the rebuild backage contained a symlink in /usr/bin, and that is why
it worked. The mistake is that the final slash in path is missing, so the
program tries to open /usr/lib64/boomagaboomagamerger file and fails.

> boomagamerger is an executable file and belongs not into /usr/lib64 but into 
> /usr/bin

Not all executable goes to %{_bindir}. It is used for programs that user runs
normally, but programs designed to be run by other programs goes to
%{_libexecdir} or %{_libdir}/%{name}. See
https://fedoraproject.org/wiki/Packaging:Guidelines#Libexecdir for more
details.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to