mkpackage: fixed typo.
This commit is contained in:
parent
4255957dca
commit
b95a2f9f9b
@ -330,7 +330,7 @@ n=0; while [ -n "${requires[$n]}" ]; do
|
|||||||
|
|
||||||
"$0" "$1" "$req"
|
"$0" "$1" "$req"
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
err "failed to build dependecy for package $PKG / $PKG_VAR"
|
err "failed to build dependency for package $PKG / $PKG_VAR"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Reference in New Issue
Block a user