summaryrefslogtreecommitdiff
path: root/system/xz/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'system/xz/APKBUILD')
-rw-r--r--system/xz/APKBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/system/xz/APKBUILD b/system/xz/APKBUILD
index 253d3194c..71c504ebe 100644
--- a/system/xz/APKBUILD
+++ b/system/xz/APKBUILD
@@ -15,7 +15,6 @@ source="https://tukaani.org/xz/xz-$pkgver.tar.gz
"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -37,7 +36,6 @@ build() {
}
check() {
- cd "$builddir"
make check
}