diff options
author | Ondřej Surý <ondrej@sury.org> | 2013-06-28 10:11:14 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2013-06-28 12:59:09 +0200 |
commit | 3faff582c749e125e5385104d9e2021fbbcf14dc (patch) | |
tree | baa30c8965b17347f67d5619d2f67e09a09448a3 | |
parent | 2de0b2d1d156584bff6a455c6586b677dff6bd87 (diff) | |
download | knot-3faff582c749e125e5385104d9e2021fbbcf14dc.tar.gz |
Set --with-rundir and --with-storage to correct locations
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 003671c..3599614 100755 --- a/debian/rules +++ b/debian/rules @@ -18,6 +18,8 @@ override_dh_auto_configure: --sysconfdir=/etc/knot \ --localstatedir=/var/lib \ --libexecdir=/usr/lib/knot \ + --with-rundir=/run/knot \ + --with-storage=/var/lib/knot \ --disable-silent-rules override_dh_strip: |