diff options
Diffstat (limited to 'main/nmap/APKBUILD')
-rw-r--r-- | main/nmap/APKBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/nmap/APKBUILD b/main/nmap/APKBUILD index f1b54fcc3..9bea3e414 100644 --- a/main/nmap/APKBUILD +++ b/main/nmap/APKBUILD @@ -15,6 +15,11 @@ source="http://nmap.org/dist/$pkgname-$pkgver.tgz" _builddir="$srcdir"/$pkgname-$pkgver +prepare() { + cd "$_builddir" + update_config_sub || return 1 +} + build() { cd "$_builddir" ./configure \ |