cosmetic
[nodeconfig.git] / nodeconfig.spec
index 93e1d7d..3c932e4 100644 (file)
@@ -40,7 +40,7 @@ reasons these scripts get installed in /var/www/html/PlanetLabConf.
 %setup -q
 
 %build
-EXCLUDE="exclude=kernel* iptables iproute util-vserver*"
+EXCLUDE="exclude=kernel* util-vserver* iptables iproute"
 for filein in $(find . -name '*.in') ; do
     file=$(echo $filein | sed -e "s,\.in$,,")
     sed -e "s,@EXCLUDE@,$EXCLUDE,g" $filein > $file