diff options
Diffstat (limited to 'main/npth/APKBUILD')
-rw-r--r-- | main/npth/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/npth/APKBUILD b/main/npth/APKBUILD index 8ed9f52e2a..f9064ef13d 100644 --- a/main/npth/APKBUILD +++ b/main/npth/APKBUILD @@ -18,6 +18,7 @@ _builddir="$srcdir"/npth-$pkgver prepare() { local i cd "$_builddir" + update_config_sub || return 1 for i in $source; do case $i in *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; |