summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2007-02-12 06:49:45 +0100
committerAaron Griffin <aaron@archlinux.org>2007-02-12 06:49:45 +0100
commit8a716abfb087f4fab7d0d1be5d9fb3afa944cf51 (patch)
treee434ecb75ce5524d778841ec1f53ecea33ddec30 /scripts
parent17f2f438f7aa14803b86152ac39e5feb683518bb (diff)
downloadpacman-8a716abfb087f4fab7d0d1be5d9fb3afa944cf51.tar.gz
pacman-8a716abfb087f4fab7d0d1be5d9fb3afa944cf51.tar.xz
better error message
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gensync2
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"