diff options
-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" |