mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
BUILD: add $ROOT, convert to absolute path
This commit is contained in:
@@ -40,7 +40,7 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_forkpty=no \
|
||||
pre_configure_target() {
|
||||
# patch lirc-make-devinput to use target kernel include
|
||||
sed -e "s|/usr/include/linux/|${SYSROOT_PREFIX}/usr/include/linux/|g" \
|
||||
-i ${ROOT}/${PKG_BUILD}/tools/lirc-make-devinput
|
||||
-i $PKG_BUILD/tools/lirc-make-devinput
|
||||
}
|
||||
|
||||
post_makeinstall_target() {
|
||||
|
||||
Reference in New Issue
Block a user