mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #9294 from rellla/attr
attr: fix copying attr includes
This commit is contained in:
commit
e412f5d631
@ -24,10 +24,7 @@ else
|
||||
PKG_CONFIGURE_OPTS_TARGET+=" DEBUG=-DNDEBUG"
|
||||
fi
|
||||
|
||||
makeinstall_target() {
|
||||
mkdir -p ${SYSROOT_PREFIX}/usr/lib/
|
||||
cp .libs/libattr.a ${SYSROOT_PREFIX}/usr/lib/
|
||||
|
||||
mkdir -p ${SYSROOT_PREFIX}/usr/include/attr
|
||||
cp include/*.h ${SYSROOT_PREFIX}/usr/include/attr
|
||||
post_makeinstall_target() {
|
||||
safe_remove ${INSTALL}/etc
|
||||
safe_remove ${INSTALL}/usr/bin
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user