diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-15 09:47:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-15 11:25:42 +0000 |
commit | 5142d906e9c50070d43c6ebc9cd3e6c0c33c1563 (patch) | |
tree | 73112036e1bc493f455651848db1dfdcd29ab1cc /main | |
parent | cb40a8296c927bc51f097c4631f300e46fe91e05 (diff) | |
download | aports-5142d906e9c50070d43c6ebc9cd3e6c0c33c1563.tar.bz2 aports-5142d906e9c50070d43c6ebc9cd3e6c0c33c1563.tar.xz |
main/hypermail: update config.sub
Diffstat (limited to 'main')
-rw-r--r-- | main/hypermail/APKBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/hypermail/APKBUILD b/main/hypermail/APKBUILD index 02c8f3fcf3..07a16cde2d 100644 --- a/main/hypermail/APKBUILD +++ b/main/hypermail/APKBUILD @@ -15,6 +15,11 @@ subpackages="" source="http://www.hypermail-project.org/$pkgname-$pkgver.tar.gz mdir2mbox.lua" _builddir="$srcdir"/hypermail +prepare() { + cd "$_builddir" + update_config_sub +} + build() { cd "$_builddir" ./configure \ |