mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libgcrypt: dont install libgcrypt-config to $TOOLCHAIN/bin, this file should be in $SYSROOT_PREFIX/usr/bin
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f70c77733f
commit
acd9b9df60
@ -35,8 +35,8 @@ PKG_AUTORECONF="yes"
|
|||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-asm --with-gnu-ld"
|
PKG_CONFIGURE_OPTS_TARGET="--disable-asm --with-gnu-ld"
|
||||||
|
|
||||||
post_makeinstall_target() {
|
post_makeinstall_target() {
|
||||||
sed -e "s:\(['= ]\)/usr:\\1$SYSROOT_PREFIX/usr:g" -i src/libgcrypt-config
|
sed -e "s:\(['= ]\)\"/usr:\\1\"$SYSROOT_PREFIX/usr:g" -i src/$PKG_NAME-config
|
||||||
cp src/libgcrypt-config $ROOT/$TOOLCHAIN/bin
|
cp src/$PKG_NAME-config $SYSROOT_PREFIX/usr/bin
|
||||||
|
|
||||||
rm -rf $INSTALL/usr/bin
|
rm -rf $INSTALL/usr/bin
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user