mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
fix install of xorg-drivers
This commit is contained in:
parent
f0f8b256b1
commit
824624fdbf
@ -22,7 +22,7 @@ $SCRIPTS/install xf86-input-synaptics
|
||||
|
||||
[ "$XORG_DRIVERS" = all ] && XORG_DRIVERS="`find $ROOT/$PACKAGES/ -name "xf86-video-*" | sed s/.*xf86-video-//`"
|
||||
for drv in $XORG_DRIVERS; do
|
||||
$SCRIPTS/build xf86-video-$drv
|
||||
$SCRIPTS/install xf86-video-$drv
|
||||
done
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user