diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-20 23:59:43 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-20 23:59:43 +0000 |
commit | c6e4237951b3670dc3cf0afd9ddd406d5b1ef792 (patch) | |
tree | 553f93fc7657568f8a723abbcfff2a63a55b329b /system/autoconf/APKBUILD | |
parent | 51befc595835b6c213d5322b6746fbf68b552ad3 (diff) | |
download | packages-c6e4237951b3670dc3cf0afd9ddd406d5b1ef792.tar.gz packages-c6e4237951b3670dc3cf0afd9ddd406d5b1ef792.tar.bz2 packages-c6e4237951b3670dc3cf0afd9ddd406d5b1ef792.tar.xz packages-c6e4237951b3670dc3cf0afd9ddd406d5b1ef792.zip |
system/a*: modernise, fix descriptions
Diffstat (limited to 'system/autoconf/APKBUILD')
-rw-r--r-- | system/autoconf/APKBUILD | 3 |
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 |