summaryrefslogtreecommitdiff
path: root/system/autoconf/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'system/autoconf/APKBUILD')
-rw-r--r--system/autoconf/APKBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/system/autoconf/APKBUILD b/system/autoconf/APKBUILD
index 262087d79..02f6deb7d 100644
--- a/system/autoconf/APKBUILD
+++ b/system/autoconf/APKBUILD
@@ -18,7 +18,6 @@ prepare() {
}
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -27,7 +26,6 @@ build() {
}
check() {
- cd "$builddir"
# 38 fails with new perl; 501 fails with new libtool
# 351 known broken since 2012:
# https://lists.gnu.org/archive/html/bug-autoconf/2013-01/msg00000.html
@@ -35,7 +33,6 @@ check() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
rm -f "$pkgdir"/usr/share/info/dir
# conflict with bintuils