* Use @storedir@, not @prefix@/store.
This commit is contained in:
parent
b275f2ed3b
commit
2c5a8bf49f
|
@ -4,7 +4,7 @@ export PATH=/bin:/usr/bin
|
||||||
|
|
||||||
echo "downloading $url into $out"
|
echo "downloading $url into $out"
|
||||||
|
|
||||||
prefetch=@prefix@/store/nix-prefetch-url-$md5
|
prefetch=@storedir@/nix-prefetch-url-$md5
|
||||||
if test -f "$prefetch"; then
|
if test -f "$prefetch"; then
|
||||||
echo "using prefetched $prefetch";
|
echo "using prefetched $prefetch";
|
||||||
mv $prefetch $out
|
mv $prefetch $out
|
||||||
|
|
Loading…
Reference in a new issue