mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07: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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user