mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
distribute: fix install
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
cf8dec423d
commit
8b319f7f14
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
PKG_SRC_DIR=`ls -d $PKG_BUILD`
|
PKG_SRC_DIR=`ls -d $PKG_BUILD`
|
||||||
|
|
||||||
PYTHON_IMAGE_DIR="`ls -d $ROOT/$BUILD/image/system/usr/lib/python*`"
|
PYTHON_IMAGE_DIR="`ls -d $INSTALL/usr/lib/python*`"
|
||||||
export PYTHONPATH="$PYTHON_IMAGE_DIR/site-packages"
|
export PYTHONPATH="$PYTHON_IMAGE_DIR/site-packages"
|
||||||
|
|
||||||
$TOOLCHAIN/bin/easy_install --exclude-scripts --zip-ok --prefix=$INSTALL/usr $PKG_SRC_DIR
|
$TOOLCHAIN/bin/easy_install --exclude-scripts --zip-ok --prefix=$INSTALL/usr $PKG_SRC_DIR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user