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:
Stephan Raue 2016-01-07 03:26:47 +01:00
parent acd9b9df60
commit 6152a48854

View File

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