use builtin --if-exists/--may-exist
[sliver-openvswitch.git] / sliver-openvswitch.spec
index 6fcfc25..d9241aa 100644 (file)
@@ -31,7 +31,8 @@ Openvswitch tuned for running within a PlanetLab sliver
 
 %build
 ./boot.sh
-./configure --prefix=/usr
+# let's be as close as the regular linux/fedora layout
+./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
 make
 
 %install