better error message
This commit is contained in:
parent
17f2f438f7
commit
8a716abfb0
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ for file in $(find "$rootdir"/* -name "$BUILDSCRIPT"); do
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f "$pkgfile" ]; then
|
if [ ! -f "$pkgfile" ]; then
|
||||||
error "$BUILDSCRIPT does not have a corresponding package"
|
error "could not find $pkgname-$pkgver-$pkgrel-$CARCH.$PKGEXT - skipping"
|
||||||
else
|
else
|
||||||
if check_force; then
|
if check_force; then
|
||||||
forcepkgs="$forcepkgs $pkgfile"
|
forcepkgs="$forcepkgs $pkgfile"
|
||||||
|
|
Loading…
Add table
Reference in a new issue