aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nut
diff options
context:
space:
mode:
authorEivind Uggedal <eivind@uggedal.com>2014-05-31 19:02:26 +0000
committerEivind Uggedal <eivind@uggedal.com>2014-05-31 19:02:26 +0000
commitf699f1ebc758bbbb015c7537193cc929182a31e1 (patch)
treeaee95268e5531960e0b65d9c65490de1a2f3b3c7 /testing/nut
parente5170f6abd66212fa32fbe64fb0d73ff9ea78b4a (diff)
downloadaports-f699f1ebc758bbbb015c7537193cc929182a31e1.tar.bz2
aports-f699f1ebc758bbbb015c7537193cc929182a31e1.tar.xz
testing/nut: fix musl build
Diffstat (limited to 'testing/nut')
-rw-r--r--testing/nut/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/nut/APKBUILD b/testing/nut/APKBUILD
index 0d42d95ff1..deae55a1d2 100644
--- a/testing/nut/APKBUILD
+++ b/testing/nut/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Kozak Ivan <kozak-iv@yandex.ru>
pkgname=nut
pkgver=2.7.1
-pkgrel=1
+pkgrel=2
pkgdesc="Network UPS tools - server"
url="http://www.networkupstools.org"
arch="all"
@@ -33,7 +33,7 @@ prepare() {
esac
done
libtoolize --force && aclocal -I m4 && autoconf \
- && automake --add-missing
+ && automake --add-missing && update_config_sub
}
build() {