1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 19:23:54 +02:00

* Use $(storedir) instead of $(prefix)/store.

This commit is contained in:
Eelco Dolstra 2004-02-20 11:32:30 +00:00
parent dbf547645d
commit 7f0ed370da
3 changed files with 4 additions and 3 deletions

View file

@ -4,7 +4,7 @@ use strict;
use IPC::Open2;
my $linkdir = "@localstatedir@/nix/profiles";
my $storedir = "@prefix@/store";
my $storedir = "@storedir@";
my %alive;