* Use @storedir@, not @prefix@/store.

This commit is contained in:
Eelco Dolstra 2004-04-14 10:45:11 +00:00
parent b275f2ed3b
commit 2c5a8bf49f
1 changed files with 1 additions and 1 deletions

View File

@ -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