summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Bélanger <snowmaniscool@gmail.com>2009-11-06 16:16:49 +0100
committerDan McGee <dan@archlinux.org>2009-11-16 02:19:21 +0100
commit77023978c568dbb912f9c103cbe14d32153c6f89 (patch)
treefe0549da09d9263ea7f30d67a0b5a8970a1a23bc
parent77e84bea71e3dfe87a8009e7e7a913d1a12b7585 (diff)
downloadpacman-77023978c568dbb912f9c103cbe14d32153c6f89.tar.gz
pacman-77023978c568dbb912f9c103cbe14d32153c6f89.tar.xz
makepkg: Clarified error message when a sourceball exist already
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--scripts/makepkg.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index 628d5c36..0183f1a9 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -1786,7 +1786,7 @@ msg "$(gettext "Making package: %s")" "$pkgbase $pkgver-$pkgrel ($(date))"
if [ "$SOURCEONLY" -ne 0 ]; then
if [ -f "$PKGDEST/${pkgbase}-${pkgver}-${pkgrel}${SRCEXT}" \
-a "$FORCE" -eq 0 ]; then
- error "$(gettext "A package has already been built. (use -f to overwrite)")"
+ error "$(gettext "A source package has already been built. (use -f to overwrite)")"
exit 1
fi
create_srcpackage