mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
config/path: get rid of MAKEINSTALL
This commit is contained in:
parent
d46b8f14aa
commit
fb7bfa02f9
@ -62,7 +62,6 @@ INSTALL_INIT=$BUILD/image/initramfs/root-image
|
|||||||
. config/sources
|
. config/sources
|
||||||
|
|
||||||
MAKE="$TOOLCHAIN/bin/make"
|
MAKE="$TOOLCHAIN/bin/make"
|
||||||
MAKEINSTALL="$TOOLCHAIN/bin/make -j1 DESTDIR=$SYSROOT_PREFIX install"
|
|
||||||
|
|
||||||
XORG_PATH_DRI=/usr/lib/dri
|
XORG_PATH_DRI=/usr/lib/dri
|
||||||
XORG_PATH_XKB=/usr/share/X11/xkb
|
XORG_PATH_XKB=/usr/share/X11/xkb
|
||||||
|
@ -385,7 +385,7 @@ else
|
|||||||
|
|
||||||
# make based builds
|
# make based builds
|
||||||
"configure:target"|"cmake-make:target"|"autotools:target"|"make:target")
|
"configure:target"|"cmake-make:target"|"autotools:target"|"make:target")
|
||||||
$MAKEINSTALL $PKG_MAKEINSTALL_OPTS_TARGET
|
make install DESTDIR=$SYSROOT_PREFIX -j1 $PKG_MAKEINSTALL_OPTS_TARGET
|
||||||
make install DESTDIR=$INSTALL $PKG_MAKEINSTALL_OPTS_TARGET
|
make install DESTDIR=$INSTALL $PKG_MAKEINSTALL_OPTS_TARGET
|
||||||
;;
|
;;
|
||||||
"configure:host"|"cmake-make:host"|"autotools:host"|"make:host")
|
"configure:host"|"cmake-make:host"|"autotools:host"|"make:host")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user