From 1d9b450c50c36cd74ed5c0cb7607127f4731a48c Mon Sep 17 00:00:00 2001 From: Christian Kampka <christian@kampka.net> Date: Sat, 16 Apr 2016 17:47:11 +0200 Subject: [PATCH] testing/atool: fail build if configure does not succeed --- testing/atool/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/atool/APKBUILD b/testing/atool/APKBUILD index 9db98b770805..6344a9f847fb 100644 --- a/testing/atool/APKBUILD +++ b/testing/atool/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Camille Scholtz <onodera@openmailbox.org> pkgname=atool pkgver=0.39.0 -pkgrel=0 +pkgrel=1 pkgdesc="a script for managing file archives of various types" url="http://nongnu.org/atool" arch="all" @@ -17,7 +17,7 @@ source="http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz" builddir="$srcdir"/$pkgname-$pkgver build() { cd "$builddir" - ./configure --prefix=/usr || retrun 0 + ./configure --prefix=/usr || retrun 1 } package() { -- GitLab