mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
xorg-server:
- fix installation if DEVTOOLS=no
This commit is contained in:
parent
9c7198f494
commit
83968993f2
@ -83,5 +83,8 @@ mkdir -p $INSTALL/usr/share/hal/fdi/policy/10osvendor/
|
||||
#Tools
|
||||
$SCRIPTS/install pciutils
|
||||
$SCRIPTS/install uxlaunch
|
||||
[ "$DEVTOOLS" = "yes" ] && $SCRIPTS/install ratpoison
|
||||
[ "$DEVTOOLS" = "yes" ] && $SCRIPTS/install mrxvt
|
||||
|
||||
if [ "$DEVTOOLS" = yes ]; then
|
||||
$SCRIPTS/install ratpoison
|
||||
$SCRIPTS/install mrxvt
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user