diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-03-28 20:39:57 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-03-28 23:12:15 +0200 |
commit | 2a22127b5dd866a8e48b8590905c631454455f69 (patch) | |
tree | 5ca907de594c64e7ec77b962fc0442e62f44638e /community/dateutils | |
parent | 61d04a4e3401426ae493e0c762306747b78f20b5 (diff) | |
download | aports-2a22127b5dd866a8e48b8590905c631454455f69.tar.bz2 aports-2a22127b5dd866a8e48b8590905c631454455f69.tar.xz |
comunity/dateutils: update config guess
Update configure guess file before build
Diffstat (limited to 'community/dateutils')
-rw-r--r-- | community/dateutils/APKBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/community/dateutils/APKBUILD b/community/dateutils/APKBUILD index 9afe5fd24b..ccdc310186 100644 --- a/community/dateutils/APKBUILD +++ b/community/dateutils/APKBUILD @@ -14,6 +14,11 @@ subpackages="$pkgname-doc" source="https://bitbucket.org/hroptatyr/$pkgname/downloads/$pkgname-${pkgver}.tar.xz" builddir="$srcdir/$pkgname-$pkgver" +prepare() { + default_prepare || return 1 + update_config_guess +} + build() { cd "$builddir" ./configure \ |