From 1c124092dd694bf90177c7ed0a82f40572da1770 Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 18 Nov 2019 18:37:29 +0100 Subject: [PATCH] yaboot: no need to copy over config.guess, done by xbps-src [ci skip] --- srcpkgs/yaboot/template | 3 --- 1 file changed, 3 deletions(-) diff --git a/srcpkgs/yaboot/template b/srcpkgs/yaboot/template index ede26e2d7f7..bab154d8c93 100644 --- a/srcpkgs/yaboot/template +++ b/srcpkgs/yaboot/template @@ -49,9 +49,6 @@ post_patch() { _build_e2fsprogs() { pushd e2fsprogs-${_e2fsprogs_ver} - # Update config.sub and config.guess to recognize modern/musl hosts - cp /usr/share/automake-*/config.* config - if [ ! -f Makefile ]; then # Regenerate autotools autoreconf -isf