mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-23 00:08:50 -05:00
better error message
This commit is contained in:
parent
17f2f438f7
commit
8a716abfb0
@ -109,7 +109,7 @@ for file in $(find "$rootdir"/* -name "$BUILDSCRIPT"); do
|
||||
fi
|
||||
|
||||
if [ ! -f "$pkgfile" ]; then
|
||||
error "$BUILDSCRIPT does not have a corresponding package"
|
||||
error "could not find $pkgname-$pkgver-$pkgrel-$CARCH.$PKGEXT - skipping"
|
||||
else
|
||||
if check_force; then
|
||||
forcepkgs="$forcepkgs $pkgfile"
|
||||
|
Loading…
Reference in New Issue
Block a user