mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
binutils: remove info page that conflicts with gdb-common
This commit is contained in:
parent
76de1ada45
commit
ca736dc704
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'binutils'
|
# Template file for 'binutils'
|
||||||
pkgname=binutils
|
pkgname=binutils
|
||||||
version=2.41
|
version=2.41
|
||||||
revision=1
|
revision=2
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
hostmakedepends="pkgconf"
|
hostmakedepends="pkgconf"
|
||||||
makedepends="zlib-devel libzstd-devel"
|
makedepends="zlib-devel libzstd-devel"
|
||||||
|
@ -182,8 +182,8 @@ binutils-doc_package() {
|
||||||
short_desc+=" - info files"
|
short_desc+=" - info files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/share/info
|
vmove usr/share/info
|
||||||
# Remove info file that conflicts with autoconf.
|
# Remove info file that conflicts with gdb
|
||||||
rm -f ${PKGDESTDIR}/usr/share/info/standards.info
|
rm ${PKGDESTDIR}/usr/share/info/sframe-spec.info
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue