https://bugzilla.redhat.com/show_bug.cgi?id=1015263
Christopher Meng <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Christopher Meng <[email protected]> --- Notes: %make_install PREFIX=$RPM_BUILD_ROOT/usr/ INSTALL="install -p" Should use: %make_install PREFIX=$RPM_BUILD_ROOT%{_prefix} INSTALL="install -p" And you should tell upstream about the bad PREFIX option. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-review
