diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-04-14T10·45+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-04-14T10·45+0000 |
commit | 2c5a8bf49f6ed5f6584bac6b8abae1def86f95f7 (patch) | |
tree | 3c93c717e6e23e67c008f43be447b42732dcab6d /corepkgs | |
parent | b275f2ed3b2ae8fc22912122a5a4cdd5ef0fe0cd (diff) |
* Use @storedir@, not @prefix@/store.
Diffstat (limited to 'corepkgs')
-rw-r--r-- | corepkgs/fetchurl/builder.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/corepkgs/fetchurl/builder.sh.in b/corepkgs/fetchurl/builder.sh.in index 4379b423dbae..c1a735d68fef 100644 --- a/corepkgs/fetchurl/builder.sh.in +++ b/corepkgs/fetchurl/builder.sh.in @@ -4,7 +4,7 @@ export PATH=/bin:/usr/bin echo "downloading $url into $out" -prefetch=@prefix@/store/nix-prefetch-url-$md5 +prefetch=@storedir@/nix-prefetch-url-$md5 if test -f "$prefetch"; then echo "using prefetched $prefetch"; mv $prefetch $out |