diff options
Diffstat (limited to 'main/hypermail/APKBUILD')
-rw-r--r-- | main/hypermail/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/hypermail/APKBUILD b/main/hypermail/APKBUILD index 07a16cde2d..60af1637e1 100644 --- a/main/hypermail/APKBUILD +++ b/main/hypermail/APKBUILD @@ -17,7 +17,7 @@ source="http://www.hypermail-project.org/$pkgname-$pkgver.tar.gz _builddir="$srcdir"/hypermail prepare() { cd "$_builddir" - update_config_sub + update_config_sub || return 1 } build() { |