mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
config/path:
- remove unneeded code
This commit is contained in:
parent
4e822d7674
commit
bf1ddf14c0
16
config/path
16
config/path
@ -46,22 +46,6 @@ MAKE="$ROOT/$TOOLCHAIN/bin/make"
|
||||
MAKEINSTALL="$ROOT/$TOOLCHAIN/bin/make DESTDIR=$SYSROOT_PREFIX install"
|
||||
SED="sed -i"
|
||||
|
||||
CONFIGURE=" ./configure --host=$TARGET_NAME
|
||||
--build=$HOST_NAME
|
||||
--prefix=/usr
|
||||
--sysconfdir=/etc
|
||||
--localstatedir=/var
|
||||
--disable-static
|
||||
--enable-shared"
|
||||
|
||||
CONFIGURESTATIC=" ./configure --host=$TARGET_NAME
|
||||
--build=$HOST_NAME
|
||||
--prefix=/usr
|
||||
--sysconfdir=/etc
|
||||
--localstatedir=/var
|
||||
--enable-static
|
||||
--disable-shared"
|
||||
|
||||
XORG_PATH_ENCODINGS=/usr/share/X11/encodings
|
||||
XORG_PATH_FONTS=/usr/share/X11/fonts
|
||||
XORG_PATH_MAPS=$XORG_PATH_FONTS/util
|
||||
|
Loading…
x
Reference in New Issue
Block a user