From 151f10dbc758a8bbc15bd941bd10bfdfe4c925a2 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 1 Feb 2006 12:41:54 +0000 Subject: * Add @bindir@. --- scripts/nix-channel.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/nix-channel.in b/scripts/nix-channel.in index 42e715605d69..772fb10cfd3c 100644 --- a/scripts/nix-channel.in +++ b/scripts/nix-channel.in @@ -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; -- cgit 1.4.1