diff options
-rw-r--r-- | core/apk-tools/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/apk-tools/APKBUILD b/core/apk-tools/APKBUILD index d1c5c0c630..b98199bc21 100644 --- a/core/apk-tools/APKBUILD +++ b/core/apk-tools/APKBUILD @@ -14,7 +14,7 @@ build() { cd "$srcdir/$pkgname-$pkgver" patch -p1 < ../fd-leak.patch || return 1 sed -i -e 's:-Werror::' Make.rules - make + make || return 1 make DESTDIR="$pkgdir" install cd "$pkgdir/sbin" ln -s apk apk_add |