aboutsummaryrefslogtreecommitdiffstats
path: root/main/yasm/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/yasm/APKBUILD')
-rw-r--r--main/yasm/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/yasm/APKBUILD b/main/yasm/APKBUILD
index 6ff4b75731d..c4fbbe6bb45 100644
--- a/main/yasm/APKBUILD
+++ b/main/yasm/APKBUILD
@@ -14,7 +14,7 @@ source="http://www.tortall.net/projects/$pkgname/releases/$pkgname-$pkgver.tar.g
_builddir="$srcdir"/$pkgname-$pkgver
prepare() {
cd "$_builddir"
- update_config_sub
+ update_config_sub || return 1
}
build() {