diff options
Diffstat (limited to 'main/openvpn-auth-ldap/APKBUILD')
-rw-r--r-- | main/openvpn-auth-ldap/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/openvpn-auth-ldap/APKBUILD b/main/openvpn-auth-ldap/APKBUILD index 18cffc0cbe..c0bfb49593 100644 --- a/main/openvpn-auth-ldap/APKBUILD +++ b/main/openvpn-auth-ldap/APKBUILD @@ -20,7 +20,7 @@ prepare() { cd "$_builddir" # apply patches here sed -i -e '/<objc\/objc-api.h>/d' configure - update_config_sub + update_config_sub || return 1 } build() { |