summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2007-02-24 02:45:36 +0100
committerAaron Griffin <aaron@archlinux.org>2007-02-24 02:45:36 +0100
commit0aae368a79c973ed141e9e03f45f39841caa7dca (patch)
tree1a285d03c5bbc861adba084c60e289fb6048f1c8
parentc94bfbaba3b9ec57ec4082b3476b2a34aa0b9a29 (diff)
downloadpacman-0aae368a79c973ed141e9e03f45f39841caa7dca.tar.gz
pacman-0aae368a79c973ed141e9e03f45f39841caa7dca.tar.xz
Syntax error
-rwxr-xr-xscripts/makepkg2
1 files changed, 1 insertions, 1 deletions
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."