mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
TwistedCore: fix install
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
6ef8f4303d
commit
4c8cb5a861
@ -10,5 +10,8 @@ $PYTHON setup.py build
|
|||||||
$PYTHON setup.py install -O1 --skip-build --root $SYSROOT_PREFIX --prefix /usr
|
$PYTHON setup.py install -O1 --skip-build --root $SYSROOT_PREFIX --prefix /usr
|
||||||
$PYTHON setup.py install -O1 --skip-build --root ./.install --prefix /usr
|
$PYTHON setup.py install -O1 --skip-build --root ./.install --prefix /usr
|
||||||
|
|
||||||
|
rm -rf .install/usr/bin
|
||||||
|
|
||||||
find .install -name "*.py" -exec rm -rf "{}" ";"
|
find .install -name "*.py" -exec rm -rf "{}" ";"
|
||||||
find .install -name "*.pyo" -exec rm -rf "{}" ";"
|
find .install -name "*.pyo" -exec rm -rf "{}" ";"
|
||||||
|
|
||||||
|
@ -6,4 +6,7 @@ BUILD_DIR=`ls -d $PKG_BUILD`
|
|||||||
|
|
||||||
. config/options.python
|
. config/options.python
|
||||||
|
|
||||||
cp -PR $BUILD_DIR/.install/* $INSTALL
|
cp -PR $BUILD_DIR/.install/* $INSTALL
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/bin
|
||||||
|
cp $BUILD_DIR/bin/twistd $INSTALL/usr/bin
|
Loading…
x
Reference in New Issue
Block a user