newapkbuild: fix typo

This commit is contained in:
A. Wilcox 2018-05-22 21:50:06 -05:00 committed by Jakub Jirutka
parent 6c2fc64d74
commit db5ca2996a
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ newaport() {
pkgname=$pn
fi
if [ -e "$pkgname"/APKBUILD ] && [ -z "$force" ]; then
error "$pkgname/APKBUILD already exist"
error "$pkgname/APKBUILD already exists"
return 1
fi
mkdir -p "$pkgname"