Update builder.sh
fix a incorrect name of environment variable
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user