summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-05-17 12:23:28 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-05-17 12:23:28 +0000
commit78b90fc2e5ce19d43eb6fdb437537b98d2de457b (patch)
tree2ce5bdfd9b62e7a127adfb835ef77eaa6fc94866 /testing
parent10f32a3ac161e2c382bdbfffa7845720d3054d8b (diff)
downloadaports-78b90fc2e5ce19d43eb6fdb437537b98d2de457b.tar.bz2
aports-78b90fc2e5ce19d43eb6fdb437537b98d2de457b.tar.xz
testing/coova-chilli: retry rebuild against openssl-1.0
Diffstat (limited to 'testing')
-rw-r--r--testing/coova-chilli/APKBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/testing/coova-chilli/APKBUILD b/testing/coova-chilli/APKBUILD
index b9b122899..ab84e3731 100644
--- a/testing/coova-chilli/APKBUILD
+++ b/testing/coova-chilli/APKBUILD
@@ -5,7 +5,7 @@
pkgname=coova-chilli
pkgver=1.0.14
-pkgrel=1
+pkgrel=2
pkgdesc="CoovaChilli is an open source access controller for wireless LAN"
url="http://www.coova.org/"
license="GPL"
@@ -31,6 +31,10 @@ build() {
--sysconfdir=/etc \
--with-openssl
make -j1 || return 1
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}