diff options
author | CyberLeo <cyberleo@cyberleo.net> | 2020-03-28 05:45:52 -0500 |
---|---|---|
committer | CyberLeo <cyberleo@cyberleo.net> | 2020-03-28 05:45:52 -0500 |
commit | 9297468fa579836e3a6a381b798feb6b78217c2d (patch) | |
tree | 53168212f427afbcf0693b534530a4af803152e9 /system/autoconf | |
parent | a63cc05c53a6f4c22422dc8c69808b14d87a6f6e (diff) | |
parent | da5a69b65a8791fffa6e93366ee585f87eff136d (diff) | |
download | packages-9297468fa579836e3a6a381b798feb6b78217c2d.tar.gz packages-9297468fa579836e3a6a381b798feb6b78217c2d.tar.bz2 packages-9297468fa579836e3a6a381b798feb6b78217c2d.tar.xz packages-9297468fa579836e3a6a381b798feb6b78217c2d.zip |
Merge branch 'master' into zfs
Diffstat (limited to 'system/autoconf')
-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 |