1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-23 00:08:50 -05:00

better error message

This commit is contained in:
Aaron Griffin 2007-02-12 05:49:45 +00:00
parent 17f2f438f7
commit 8a716abfb0

View File

@ -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"