From 0aae368a79c973ed141e9e03f45f39841caa7dca Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Sat, 24 Feb 2007 01:45:36 +0000 Subject: Syntax error --- scripts/makepkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/makepkg b/scripts/makepkg index b825bdff..bb571408 100755 --- a/scripts/makepkg +++ b/scripts/makepkg @@ -548,7 +548,7 @@ if [ "$install" -a ! -f "$install" ]; then exit 1 fi -if [ -f $PKGDEST/${pkgname}-${pkgver}-${pkgrel}-${CARCH}.${PKGEXT} +if [ -f $PKGDEST/${pkgname}-${pkgver}-${pkgrel}-${CARCH}.${PKGEXT} \ -a "$FORCE" = "0" -a "$GENINTEG" = "0" ]; then if [ "$INSTALL" = "1" ]; then warning "a package has already been built, installing existing package." -- cgit v1.2.3-24-g4f1b