mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
afpfs-ng: install symlinks instead full libs
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
8e574ea178
commit
813386c4cf
@ -23,7 +23,7 @@
|
||||
. config/options $1
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp $PKG_BUILD/lib/.libs/*.so* $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/lib/.libs/*.so* $INSTALL/usr/lib
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/fuse/afpfs $INSTALL/usr/bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user