From 1751d6595597f1d9101cac04e54f20d95790f4f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Fri, 27 Sep 2013 14:19:28 +0000 Subject: main/[various]: fix build against musl (add update_config_sub) --- main/arpwatch/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/arpwatch') diff --git a/main/arpwatch/APKBUILD b/main/arpwatch/APKBUILD index f036a1b96b..212ec82f15 100644 --- a/main/arpwatch/APKBUILD +++ b/main/arpwatch/APKBUILD @@ -48,7 +48,7 @@ prepare() { *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; esac done - update_config_sub + update_config_sub || return 1 } build() { -- cgit v1.2.3