[pacman-dev] CVS update of pacman-lib/scripts (gensync)
Aaron Griffin
aaron at archlinux.org
Mon Feb 12 00:49:45 EST 2007
Date: Monday, February 12, 2007 @ 00:49:45
Author: aaron
Path: /home/cvs-pacman/pacman-lib/scripts
Modified: gensync (1.11 -> 1.12)
better error message
---------+
gensync | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: pacman-lib/scripts/gensync
diff -u pacman-lib/scripts/gensync:1.11 pacman-lib/scripts/gensync:1.12
--- pacman-lib/scripts/gensync:1.11 Mon Feb 12 00:38:03 2007
+++ pacman-lib/scripts/gensync Mon Feb 12 00:49:45 2007
@@ -109,7 +109,7 @@
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"
More information about the pacman-dev
mailing list