Skip to content
Snippets Groups Projects
Commit fabc60c7 authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Fix missing lib/

parent 6a059bfa
No related branches found
No related tags found
No related merge requests found
...@@ -171,7 +171,7 @@ AC_ARG_WITH([rundir], ...@@ -171,7 +171,7 @@ AC_ARG_WITH([rundir],
[run_dir=$withval]) [run_dir=$withval])
AC_SUBST(run_dir) AC_SUBST(run_dir)
storage_dir="${localstatedir}/knot" storage_dir="${localstatedir}/lib/knot"
AC_ARG_WITH([storage], AC_ARG_WITH([storage],
AC_HELP_STRING([--with-storage=path], [Default storage directory (slave zones, persistent data). [default=LOCALSTATEDIR/lib/knot]]), AC_HELP_STRING([--with-storage=path], [Default storage directory (slave zones, persistent data). [default=LOCALSTATEDIR/lib/knot]]),
[storage_dir=$withval]) [storage_dir=$withval])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment