From f5768afa333bbc8167ef2e33db44c9bb64bef0be Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 9 Mar 2014 22:05:29 +0100 Subject: 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. --- guix/store.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guix/store.scm') diff --git a/guix/store.scm b/guix/store.scm index e92e159ff..75edb340a 100644 --- a/guix/store.scm +++ b/guix/store.scm @@ -827,7 +827,7 @@ must be an absolute store file name, or a derivation file name." (cond ((derivation-path? file) (let* ((base (basename file)) (log (string-append (dirname %state-directory) ; XXX - "/log/nix/drvs/" + "/log/guix/drvs/" (string-take base 2) "/" (string-drop base 2))) (log.bz2 (string-append log ".bz2"))) -- cgit v1.3