summaryrefslogtreecommitdiff
path: root/user/libidn2
diff options
context:
space:
mode:
Diffstat (limited to 'user/libidn2')
-rw-r--r--user/libidn2/APKBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/user/libidn2/APKBUILD b/user/libidn2/APKBUILD
index ee0936554..c5355c814 100644
--- a/user/libidn2/APKBUILD
+++ b/user/libidn2/APKBUILD
@@ -13,7 +13,6 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
source="https://ftp.gnu.org/gnu/libidn/libidn2-$pkgver.tar.gz"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -25,12 +24,10 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}