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"
|
||||
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
|
||||
fi
|
||||
done
|
||||
|
Reference in New Issue
Block a user