aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 4f9c076..6383ac1 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,7 +3,8 @@
autoreconf --install --symlink
args="--prefix=/usr \
---sysconfdir=/etc"
+--sysconfdir=/etc \
+--localstatedir=/var"
echo
echo "----------------------------------------------------------------"