* Add @bindir@.

This commit is contained in:
Eelco Dolstra 2006-02-01 12:41:54 +00:00
parent 83424eb71b
commit 151f10dbc7
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ sub update {
chomp $storeExpr;
# Build the resulting derivation.
my $outPath = `nix-store --add-root '$rootFile' -r '$storeExpr'`
my $outPath = `@bindir@/nix-store --add-root '$rootFile' -r '$storeExpr'`
or die "cannot realise store expression";
chomp $outPath;