12 Feb
2007
12 Feb
'07
6:49 a.m.
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"