mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
open-vm-tools: fix upgrading/bumping package with existing sysroot
This commit is contained in:
parent
fbba4460a9
commit
a8894005ce
@ -31,7 +31,9 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-docs \
|
||||
post_unpack() {
|
||||
mv $PKG_BUILD/$PKG_NAME/* $PKG_BUILD/
|
||||
|
||||
sed -i -e 's|.*common-agent/etc/config/Makefile.*||' $PKG_BUILD/configure.ac
|
||||
sed -e 's|.*common-agent/etc/config/Makefile.*||' -i $PKG_BUILD/configure.ac
|
||||
sed -e "s|libvmbackup_la_LIBADD =$|libvmbackup_la_LIBADD = -L$PKG_BUILD/.$TARGET_NAME/libvmtools/.libs|g" -i $PKG_BUILD/services/plugins/vmbackup/Makefile.am
|
||||
|
||||
mkdir -p $PKG_BUILD/common-agent/etc/config
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user