[pacman-dev] [PATCH 3/4] makepkg: Clarified error message when a sourceball exist already

Eric Bélanger snowmaniscool at gmail.com
Fri Nov 6 10:16:49 EST 2009


Signed-off-by: Eric Bélanger <snowmaniscool at gmail.com>
---
 scripts/makepkg.sh.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index 8fd5b27..8fc7c82 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -1808,7 +1808,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
-- 
1.6.5.2



More information about the pacman-dev mailing list