From c6e4237951b3670dc3cf0afd9ddd406d5b1ef792 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 20 Dec 2019 23:59:43 +0000 Subject: system/a*: modernise, fix descriptions --- system/autoconf/APKBUILD | 3 --- 1 file changed, 3 deletions(-) (limited to 'system/autoconf/APKBUILD') 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 -- cgit v1.2.3-60-g2f50