mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
install - script:
- change location of xinit.rd scripts
This commit is contained in:
parent
c74cd9b43d
commit
4d4f4825b5
@ -28,8 +28,8 @@ if [ -d $PKG_DIR/conf.d ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -d $PKG_DIR/xinitrc.d ]; then
|
if [ -d $PKG_DIR/xinitrc.d ]; then
|
||||||
mkdir -p $INSTALL/etc/xinitrc.d
|
mkdir -p $INSTALL/usr/etc/xinitrc.d
|
||||||
cp $PKG_DIR/xinitrc.d/* $INSTALL/etc/xinitrc.d/
|
cp $PKG_DIR/xinitrc.d/* $INSTALL/usr/etc/xinitrc.d/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -d $PKG_DIR/minit ]; then
|
if [ -d $PKG_DIR/minit ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user