about summary refs log tree commit diff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2009-11-23T12·48+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2009-11-23T12·48+0000
commit4f7e5f5810380ba4bcdd3c32c37dafb75d8e2f8d (patch)
tree44c700a3fdfae157996c48346fa0c6e2b09db76c /Makefile.am
parent8824d60fe549e2fc9b5a852fc1b967eca241ea77 (diff)
* Don't create /nix/var/nix/gcroots/{tmp,channels}, since they don't
  seem to be used anymore.

Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index c3f79193a0..2f39f90d6c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,8 +29,6 @@ init-state:
 	$(INSTALL) $(INIT_FLAGS) -d $(DESTDIR)$(localstatedir)/nix/profiles
 	$(INSTALL) $(INIT_FLAGS) -d $(DESTDIR)$(localstatedir)/nix/gcroots
 	$(INSTALL) $(INIT_FLAGS) -d $(DESTDIR)$(localstatedir)/nix/temproots
-	$(INSTALL) $(INIT_FLAGS) $(GROUP_WRITABLE) -d $(DESTDIR)$(localstatedir)/nix/gcroots/tmp
-	$(INSTALL) $(INIT_FLAGS) $(GROUP_WRITABLE) -d $(DESTDIR)$(localstatedir)/nix/gcroots/channels
 	ln -sfn $(localstatedir)/nix/profiles $(DESTDIR)$(localstatedir)/nix/gcroots/profiles
 	$(INSTALL) $(INIT_FLAGS) -d $(DESTDIR)$(localstatedir)/nix/userpool
 	-$(INSTALL) $(INIT_FLAGS) -m 1777 -d $(DESTDIR)$(storedir)