aboutsummaryrefslogtreecommitdiffstats
path: root/main/gdb/APKBUILD
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2015-10-10 06:58:15 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2015-10-12 11:18:05 +0000
commitab19ec5faa7599d2f11ab98ee08bff8a2b3038cf (patch)
tree5052132ab29a0bb8e141bad97e8f34b8d18817b9 /main/gdb/APKBUILD
parent28d2fac98256ee6b990ca72ffd97146f71b3c0c9 (diff)
downloadaports-ab19ec5faa7599d2f11ab98ee08bff8a2b3038cf.tar.bz2
aports-ab19ec5faa7599d2f11ab98ee08bff8a2b3038cf.tar.xz
main/gdb: resolve conflict with binutils-doc
Diffstat (limited to 'main/gdb/APKBUILD')
-rw-r--r--main/gdb/APKBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/main/gdb/APKBUILD b/main/gdb/APKBUILD
index 822a8ffe4e..f7e3d34dd4 100644
--- a/main/gdb/APKBUILD
+++ b/main/gdb/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gdb
pkgver=7.9.1
-pkgrel=0
+pkgrel=1
pkgdesc="The GNU Debugger"
url="http://sources.redhat.com/gdb/"
arch="all"
@@ -61,7 +61,11 @@ build () {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
+
+ # resolve conflict with binutils-doc
+ rm -f "$pkgdir"/usr/share/info/bfd.info
rm -f "$pkgdir"/usr/share/info/dir
+
# those are provided by binutils
rm -rf "$pkgdir"/usr/include
rm -rf "$pkgdir"/usr/lib