diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2014-03-09 22:05:29 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2014-03-09 22:10:01 +0100 |
| commit | f5768afa333bbc8167ef2e33db44c9bb64bef0be (patch) | |
| tree | b44b74586c82b3f4637512228664e44f214e31a1 /daemon.am | |
| parent | 834129e0e2984fa615c8958de3964dabd7f6972c (diff) | |
build: Change state and log directories to $localstatedir/.../guix.
* daemon.am (libstore_a_CPPFLAGS): Change /nix to /guix.
* guix/config.scm.in (%state-directory): Likewise.
* guix/store.scm (log-file): Likewise.
Diffstat (limited to 'daemon.am')
| -rw-r--r-- | daemon.am | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -112,8 +112,8 @@ libstore_a_CPPFLAGS = \ | |||
| 112 | -I$(top_builddir)/nix/libstore \ | 112 | -I$(top_builddir)/nix/libstore \ |
| 113 | -DNIX_STORE_DIR=\"$(storedir)\" \ | 113 | -DNIX_STORE_DIR=\"$(storedir)\" \ |
| 114 | -DNIX_DATA_DIR=\"$(datadir)\" \ | 114 | -DNIX_DATA_DIR=\"$(datadir)\" \ |
| 115 | -DNIX_STATE_DIR=\"$(localstatedir)/nix\" \ | 115 | -DNIX_STATE_DIR=\"$(localstatedir)/guix\" \ |
| 116 | -DNIX_LOG_DIR=\"$(localstatedir)/log/nix\" \ | 116 | -DNIX_LOG_DIR=\"$(localstatedir)/log/guix\" \ |
| 117 | -DNIX_CONF_DIR=\"$(sysconfdir)/guix\" \ | 117 | -DNIX_CONF_DIR=\"$(sysconfdir)/guix\" \ |
| 118 | -DNIX_LIBEXEC_DIR=\"$(libexecdir)\" \ | 118 | -DNIX_LIBEXEC_DIR=\"$(libexecdir)\" \ |
| 119 | -DNIX_BIN_DIR=\"$(bindir)\" \ | 119 | -DNIX_BIN_DIR=\"$(bindir)\" \ |
