From 8a716abfb087f4fab7d0d1be5d9fb3afa944cf51 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Mon, 12 Feb 2007 05:49:45 +0000 Subject: better error message --- scripts/gensync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/gensync b/scripts/gensync index 07c102d0..08753ae2 100755 --- a/scripts/gensync +++ b/scripts/gensync @@ -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" -- cgit v1.2.3-24-g4f1b