cosmetic
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 3 Jul 2008 21:13:43 +0000 (21:13 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 3 Jul 2008 21:13:43 +0000 (21:13 +0000)
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