]> code.delx.au - pulseaudio/blobdiff - bootstrap.sh
Fix typo.
[pulseaudio] / bootstrap.sh
index 1f8b29d0b724e8a06b153ed7e9b623183ddb4f67..b85f025eb39d6c5fc51364efc9233dae2362b38e 100755 (executable)
@@ -57,7 +57,7 @@ else
     run_versioned automake "$VERSION" -a -c --foreign
 
     if test "x$NOCONFIGURE" = "x"; then
-        CFLAGS="-g -O0" ./configure --sysconfdir=/etc --enable-force-preopen "$@" 
+        CFLAGS="-g -O0" ./configure --sysconfdir=/etc --localstatedir=/var --enable-force-preopen "$@" 
         make clean
     fi
 fi