fix install of xorg-drivers

This commit is contained in:
Stephan Raue 2009-04-01 00:39:54 +02:00
parent f0f8b256b1
commit 824624fdbf

View File

@ -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