mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Python:
- force making of symbolic link (thanks to Andras)
This commit is contained in:
parent
b9622a45df
commit
2611c7c62b
@ -11,7 +11,7 @@ mkdir -p $INSTALL/usr/bin
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/libpython2.6.so.1.0 $INSTALL/usr/lib/
|
||||
ln -s libpython2.6.so.1.0 $INSTALL/usr/lib/libpython2.6.so
|
||||
ln -sf libpython2.6.so.1.0 $INSTALL/usr/lib/libpython2.6.so
|
||||
|
||||
mkdir -p $PYTHON_LIB_DIR/lib-dynload
|
||||
cp $PKG_BUILD/build/lib*/*.so $PYTHON_LIB_DIR/lib-dynload
|
||||
|
Loading…
x
Reference in New Issue
Block a user