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>
This commit is contained in:
parent
77e84bea71
commit
77023978c5
1 changed files with 1 additions and 1 deletions
|
@ -1786,7 +1786,7 @@ msg "$(gettext "Making package: %s")" "$pkgbase $pkgver-$pkgrel ($(date))"
|
||||||
if [ "$SOURCEONLY" -ne 0 ]; then
|
if [ "$SOURCEONLY" -ne 0 ]; then
|
||||||
if [ -f "$PKGDEST/${pkgbase}-${pkgver}-${pkgrel}${SRCEXT}" \
|
if [ -f "$PKGDEST/${pkgbase}-${pkgver}-${pkgrel}${SRCEXT}" \
|
||||||
-a "$FORCE" -eq 0 ]; then
|
-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
|
exit 1
|
||||||
fi
|
fi
|
||||||
create_srcpackage
|
create_srcpackage
|
||||||
|
|
Loading…
Add table
Reference in a new issue