Update builder.sh
fix a incorrect name of environment variable
This commit is contained in:
parent
1cdacc6aa2
commit
3a205134fb
@ -1,6 +1,6 @@
|
|||||||
source $stdenv/setup
|
source $stdenv/setup
|
||||||
|
|
||||||
echo "copying $url into $out..."
|
echo "copying $pathname into $out..."
|
||||||
|
|
||||||
cp "$pathname" "$out" || exit 1
|
cp "$pathname" "$out" || exit 1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user