mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
pcre: fix pcre-config script
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -52,4 +52,5 @@ pre_configure_target() {
|
|||||||
|
|
||||||
post_makeinstall_target() {
|
post_makeinstall_target() {
|
||||||
rm -rf $INSTALL/usr/bin
|
rm -rf $INSTALL/usr/bin
|
||||||
|
sed -e "s:\(['= ]\)/usr:\\1$SYSROOT_PREFIX/usr:g" -i $SYSROOT_PREFIX/usr/bin/$PKG_NAME-config
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user