mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
add a minimal configfile for openbox
This commit is contained in:
parent
af8411605a
commit
281b6f473f
@ -4,6 +4,8 @@
|
||||
$SCRIPTS/install libX11
|
||||
$SCRIPTS/install libXinerama
|
||||
|
||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $BUILD/$1*/$1/.libs/$1 $INSTALL/usr/bin
|
||||
|
||||
@ -14,3 +16,6 @@ rm -rf $INSTALL/usr/lib/libobrender.*T
|
||||
|
||||
mkdir -p $INSTALL/usr/share/themes
|
||||
cp -RP $BUILD/$1*/themes/Clearlooks $INSTALL/usr/share/themes
|
||||
|
||||
mkdir -p $INSTALL/etc/xdg/openbox
|
||||
cp -RP $PKG_DIR/config/rc.xml $INSTALL/etc/xdg/openbox
|
Loading…
x
Reference in New Issue
Block a user