forked from mirrors/nixpkgs
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
|
||||
|
||||
echo "copying $url into $out..."
|
||||
echo "copying $pathname into $out..."
|
||||
|
||||
cp "$pathname" "$out" || exit 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue