diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-02-17T13·54+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-02-17T13·54+0000 |
commit | 88273f9574fc137301b6a65669eb20f18d7a3b61 (patch) | |
tree | cdd501770ca5cc54217fdd9f6c308661a14bbf22 /Makefile.am | |
parent | fb5dae8694acbabab68aaccbc64796719fcb7b02 (diff) |
* Put build logs in $prefix/var/nix/log/drvs/.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f50351b05b67..ccc5bf273c2a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,6 +28,7 @@ init-state: $(INSTALL) $(INIT_FLAGS) -d $(DESTDIR)$(localstatedir)/nix $(INSTALL) $(INIT_FLAGS) -d $(DESTDIR)$(localstatedir)/nix/db $(INSTALL) $(INIT_FLAGS) -d $(DESTDIR)$(localstatedir)/log/nix + $(INSTALL) $(INIT_FLAGS) -d $(DESTDIR)$(localstatedir)/log/nix/drvs $(INSTALL) $(INIT_FLAGS) -d $(DESTDIR)$(localstatedir)/nix/profiles $(INSTALL) $(INIT_FLAGS) -d $(DESTDIR)$(localstatedir)/nix/gcroots $(INSTALL) $(INIT_FLAGS) -d $(DESTDIR)$(localstatedir)/nix/temproots |