diff options
author | Aaron Griffin <aaron@archlinux.org> | 2007-02-12 05:49:45 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2007-02-12 05:49:45 +0000 |
commit | 8a716abfb087f4fab7d0d1be5d9fb3afa944cf51 (patch) | |
tree | e434ecb75ce5524d778841ec1f53ecea33ddec30 | |
parent | 17f2f438f7aa14803b86152ac39e5feb683518bb (diff) | |
download | pacman-8a716abfb087f4fab7d0d1be5d9fb3afa944cf51.tar.xz |
better error message
-rwxr-xr-x | scripts/gensync | 2 |
1 files changed, 1 insertions, 1 deletions
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" |