Skip to content
Snippets Groups Projects
Commit d9a59591 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

* Show the default for --with-store-dir (Nix/211).

parent d5d4dcd4
No related branches found
No related tags found
No related merge requests found
......@@ -207,7 +207,7 @@ AC_SUBST(xmlflags)
AC_ARG_WITH(store-dir, AC_HELP_STRING([--with-store-dir=PATH],
[path of the Nix store]),
[path of the Nix store (defaults to /nix/store)]),
storedir=$withval, storedir='/nix/store')
AC_SUBST(storedir)
......
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