From e26dfa6fbad0c83015251f3fc1fa652fb015b7c0 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Feb 15 2013 19:46:17 +0000 Subject: Fix an oversight in driver-abi-rebuild.sh --- diff --git a/driver-abi-rebuild.sh b/driver-abi-rebuild.sh index b8062d4..698d15d 100755 --- a/driver-abi-rebuild.sh +++ b/driver-abi-rebuild.sh @@ -11,8 +11,11 @@ pushd xorg-x11-drivers driverlist=$(grep ^Requires *.spec | awk '{ print $2 }') popd +# Things not in -drivers for whatever reason... +extradrivers="xorg-x11-drv-ivtv" + rm -rf xorg-x11-drivers -echo $driverlist | xargs -n1 fedpkg co +echo $driverlist $extradrivers | xargs -n1 fedpkg co for i in */ ; do [ -e $i/dead.package ] && continue