diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-09-29 16:03:35 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-09-29 16:03:35 +0000 |
commit | f6723fe78a8b7ad141c619908bcd809abe43b78d (patch) | |
tree | 109de25c6ec5f7695e45255ad6d8d6f5e203ef86 /main/ngrep | |
parent | cde4c288fb31f74d2401cef0558ab3c56ada33ca (diff) | |
download | aports-f6723fe78a8b7ad141c619908bcd809abe43b78d.tar.bz2 aports-f6723fe78a8b7ad141c619908bcd809abe43b78d.tar.xz |
main/[various]: update config.sub
Diffstat (limited to 'main/ngrep')
-rw-r--r-- | main/ngrep/APKBUILD | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/main/ngrep/APKBUILD b/main/ngrep/APKBUILD index 31666553b..487c58704 100644 --- a/main/ngrep/APKBUILD +++ b/main/ngrep/APKBUILD @@ -13,7 +13,14 @@ makedepends="$depends_dev" install="" subpackages="" source="http://downloads.sourceforge.net/sourceforge/ngrep/$pkgname-$pkgver.tar.bz2" + _builddir="$srcdir"/$pkgname-$pkgver + +prepare() { + cd "$_builddir" + update_config_sub || return 1 +} + build() { cd "$_builddir" ./configure \ |