mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
mono_sqlite: do not install in sysroot
This commit is contained in:
parent
94d860b594
commit
87959001bb
@ -30,3 +30,7 @@ unpack() {
|
|||||||
mkdir -p $PKG_BUILD
|
mkdir -p $PKG_BUILD
|
||||||
cp -r $(get_build_dir sqlite)/* $PKG_BUILD/
|
cp -r $(get_build_dir sqlite)/* $PKG_BUILD/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
makeinstall_target() {
|
||||||
|
make install DESTDIR=$INSTALL
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user