~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH] main/gdb: correct conflict with binutils

Details
Message ID
<20220523235338.12804-1-sir@cmpwn.com>
DKIM signature
missing
Download raw message
Patch: +2 -1
---
 main/gdb/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/main/gdb/APKBUILD b/main/gdb/APKBUILD
index 4dfaf98535..7f66831435 100644
--- a/main/gdb/APKBUILD
+++ b/main/gdb/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gdb
pkgver=12.1
pkgrel=0
pkgrel=1
pkgdesc="The GNU Debugger"
url="https://www.gnu.org/software/gdb/"
arch="all"
@@ -69,6 +69,7 @@ package() {

	# resolve conflict with binutils-doc
	rm -f "$pkgdir"/usr/share/info/bfd.info
	rm -f "$pkgdir"/usr/share/info/ctf-spec.info
	rm -f "$pkgdir"/usr/share/info/dir

	# those are provided by binutils

base-commit: b85778f73f80ad45ffcbcf9040f7729e330efce3
-- 
2.36.1
Reply to thread Export thread (mbox)