Merge branch 'master' of ssh://git.onelab.eu/git/sliver-openvswitch
authorGiuseppe Lettieri <g.lettieri@iet.unipi.it>
Wed, 3 Oct 2012 16:53:02 +0000 (18:53 +0200)
committerGiuseppe Lettieri <g.lettieri@iet.unipi.it>
Wed, 3 Oct 2012 16:53:02 +0000 (18:53 +0200)
.non-distfiles
sliver-openvswitch.spec

index 0c43af5..146c445 100644 (file)
@@ -2,6 +2,7 @@ planetlab/exp-tool
 planetlab/exp-tool/Makefile
 planetlab/exp-tool/showgraph
 planetlab/exp-tool/README
+planetlab/scripts/refresh
 sliver-openvswitch.spec
 .gitignore
 .non-distfiles
index f8f568e..3157f2d 100644 (file)
@@ -32,7 +32,7 @@ Openvswitch tuned for running within a PlanetLab sliver
 %build
 ./boot.sh
 # let's be as close as the regular linux/fedora layout
-./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-logdir=/var/log
 make
 
 %install