mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libgpg-error: dont install gpg-error-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
830106c98e
commit
b81776914a
@ -63,5 +63,5 @@ post_makeinstall_target() {
|
||||
rm -rf $INSTALL/usr/share
|
||||
|
||||
sed -e "s:\(['= ]\)/usr:\\1$SYSROOT_PREFIX/usr:g" -i src/gpg-error-config
|
||||
cp src/gpg-error-config $ROOT/$TOOLCHAIN/bin
|
||||
cp src/gpg-error-config $SYSROOT_PREFIX/usr/bin
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user