binutils: rebuild to drop compressed manpages.
This commit is contained in:
parent
1a0ebc23b1
commit
14c2db3dbe
1 changed files with 1 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'binutils'
|
# Template file for 'binutils'
|
||||||
pkgname=binutils
|
pkgname=binutils
|
||||||
version=2.24
|
version=2.24
|
||||||
revision=2
|
revision=3
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
replaces="chroot-binutils>=0"
|
replaces="chroot-binutils>=0"
|
||||||
short_desc="GNU binary utilities"
|
short_desc="GNU binary utilities"
|
||||||
|
@ -96,12 +96,6 @@ do_install() {
|
||||||
for f in dlltool nlmconv windres windmc; do
|
for f in dlltool nlmconv windres windmc; do
|
||||||
rm -f ${DESTDIR}/usr/share/man/man1/${f}.1
|
rm -f ${DESTDIR}/usr/share/man/man1/${f}.1
|
||||||
done
|
done
|
||||||
|
|
||||||
# Fix for multilib builds.
|
|
||||||
if [ -d ${DESTDIR}/usr/lib32 ]; then
|
|
||||||
mv ${DESTDIR}/usr/lib32/* ${DESTDIR}/usr/lib
|
|
||||||
rmdir ${DESTDIR}/usr/lib32
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
binutils-devel_package() {
|
binutils-devel_package() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue