Skip to content
Snippets Groups Projects
Commit 1d9b450c authored by Christian Kampka's avatar Christian Kampka
Browse files

testing/atool: fail build if configure does not succeed

parent 65123dfc
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: Camille Scholtz <onodera@openmailbox.org> # Maintainer: Camille Scholtz <onodera@openmailbox.org>
pkgname=atool pkgname=atool
pkgver=0.39.0 pkgver=0.39.0
pkgrel=0 pkgrel=1
pkgdesc="a script for managing file archives of various types" pkgdesc="a script for managing file archives of various types"
url="http://nongnu.org/atool" url="http://nongnu.org/atool"
arch="all" arch="all"
...@@ -17,7 +17,7 @@ source="http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz" ...@@ -17,7 +17,7 @@ source="http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$pkgname-$pkgver builddir="$srcdir"/$pkgname-$pkgver
build() { build() {
cd "$builddir" cd "$builddir"
./configure --prefix=/usr || retrun 0 ./configure --prefix=/usr || retrun 1
} }
package() { package() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment