aboutsummaryrefslogtreecommitdiffstats
path: root/testing/atool
diff options
context:
space:
mode:
authorChristian Kampka <christian@kampka.net>2016-04-16 17:47:11 +0200
committerChristian Kampka <christian@kampka.net>2016-04-16 17:47:11 +0200
commit1d9b450c50c36cd74ed5c0cb7607127f4731a48c (patch)
tree5e5b06966e00de7617aa8f5f8689e312b2dab57e /testing/atool
parent65123dfc20e45e4dc19446bc2408739b8b9d5eb2 (diff)
downloadaports-1d9b450c50c36cd74ed5c0cb7607127f4731a48c.tar.bz2
aports-1d9b450c50c36cd74ed5c0cb7607127f4731a48c.tar.xz
testing/atool: fail build if configure does not succeed
Diffstat (limited to 'testing/atool')
-rw-r--r--testing/atool/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/atool/APKBUILD b/testing/atool/APKBUILD
index 9db98b7708..6344a9f847 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() {