From ca736dc7040414abb52de5b92c31ec6818b66691 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 27 Feb 2024 10:17:56 -0500 Subject: [PATCH] binutils: remove info page that conflicts with gdb-common --- srcpkgs/binutils/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/binutils/template b/srcpkgs/binutils/template index decb2a3ba8e..5291d8330e2 100644 --- a/srcpkgs/binutils/template +++ b/srcpkgs/binutils/template @@ -1,7 +1,7 @@ # Template file for 'binutils' pkgname=binutils version=2.41 -revision=1 +revision=2 bootstrap=yes hostmakedepends="pkgconf" makedepends="zlib-devel libzstd-devel" @@ -182,8 +182,8 @@ binutils-doc_package() { short_desc+=" - info files" pkg_install() { vmove usr/share/info - # Remove info file that conflicts with autoconf. - rm -f ${PKGDESTDIR}/usr/share/info/standards.info + # Remove info file that conflicts with gdb + rm ${PKGDESTDIR}/usr/share/info/sframe-spec.info } }