mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
connman: fix install of plugins, thanks to 'chewitt'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c95d73b357
commit
74774f092b
@ -41,8 +41,11 @@ mkdir -p $INSTALL/usr/bin
|
||||
mkdir -p $INSTALL/usr/lib/connman
|
||||
cp -P $PKG_BUILD/test/* $INSTALL/usr/lib/connman
|
||||
|
||||
mkdir -p $INSTALL/usr/lib/connman/plugins
|
||||
cp -P $PKG_BUILD/plugins/.libs/*.so* $INSTALL/usr/lib/connman/plugins || true
|
||||
|
||||
mkdir -p $INSTALL/usr/lib/connman/scripts
|
||||
cp -P $PKG_BUILD/scripts/.libs/*.so* $INSTALL/usr/lib/connman/scripts
|
||||
cp -P $PKG_BUILD/scripts/.libs/*.so* $INSTALL/usr/lib/connman/scripts || true
|
||||
|
||||
mkdir -p $INSTALL/usr/sbin
|
||||
cp -P $PKG_BUILD/src/connmand $INSTALL/usr/sbin
|
||||
|
Loading…
x
Reference in New Issue
Block a user