binutils: remove info page that conflicts with gdb-common
This commit is contained in:
parent
76de1ada45
commit
ca736dc704
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue