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

Christopher Meng <cicku...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|fedora-review?              |fedora-review+



--- Comment #16 from Christopher Meng <cicku...@gmail.com> ---
PACKAGE APPROVED


-------------------

sed -i -e 's!${prefix}/lib!%{_libdir}!g' etc/luajit.pc
sed -i -e 's!${exec_prefix}/lib!%{_libdir}!g' etc/luajit.pc

Can just be:

sed -i -e 's!${.*prefix}/lib!%{_libdir}!g' etc/luajit.pc

;)

-- 
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