From 759c953196c75b7728bb2d946227f1597b99a4a2 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 22 Apr 2004 14:17:57 +0000 Subject: * Look for GC roots in @localstatedir@/nix/gcroots. --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d25ccc5c2820..70857e62adc2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,8 +19,12 @@ init-state: $(INSTALL) -d $(DESTDIR)$(localstatedir)/nix/db $(INSTALL) -d $(DESTDIR)$(localstatedir)/log/nix $(INSTALL) -d $(DESTDIR)$(localstatedir)/nix/profiles + $(INSTALL) -d $(DESTDIR)$(localstatedir)/nix/gcroots + $(INSTALL) -d $(DESTDIR)$(localstatedir)/nix/gcroots/tmp + rm -f $(DESTDIR)$(localstatedir)/nix/gcroots/profiles + ln -s $(localstatedir)/nix/profiles $(DESTDIR)$(localstatedir)/nix/gcroots/profiles $(INSTALL) -d $(DESTDIR)$(prefix)/store # $(bindir)/nix-store --init else init-state: -endif \ No newline at end of file +endif -- cgit 1.4.1