binutils: removed extra manpages

This commit is contained in:
Fredrik Rinnestam 2015-08-04 13:23:58 +02:00
parent 6b68514d22
commit a0f1173db7
2 changed files with 2 additions and 5 deletions

View File

@ -113,11 +113,9 @@ drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/ar.1.gz
-rw-r--r-- root/root usr/share/man/man1/as.1.gz
-rw-r--r-- root/root usr/share/man/man1/c++filt.1.gz
-rw-r--r-- root/root usr/share/man/man1/dlltool.1.gz
-rw-r--r-- root/root usr/share/man/man1/elfedit.1.gz
-rw-r--r-- root/root usr/share/man/man1/gprof.1.gz
-rw-r--r-- root/root usr/share/man/man1/ld.1.gz
-rw-r--r-- root/root usr/share/man/man1/nlmconv.1.gz
-rw-r--r-- root/root usr/share/man/man1/nm.1.gz
-rw-r--r-- root/root usr/share/man/man1/objcopy.1.gz
-rw-r--r-- root/root usr/share/man/man1/objdump.1.gz
@ -126,5 +124,3 @@ drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/size.1.gz
-rw-r--r-- root/root usr/share/man/man1/strings.1.gz
-rw-r--r-- root/root usr/share/man/man1/strip.1.gz
-rw-r--r-- root/root usr/share/man/man1/windmc.1.gz
-rw-r--r-- root/root usr/share/man/man1/windres.1.gz

View File

@ -5,7 +5,7 @@
name=binutils
version=2.25.1
release=1
release=2
source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
build() {
@ -28,5 +28,6 @@ build() {
install -m 0644 ../$name-$version/include/libiberty.h $PKG/usr/include
rm -r $PKG/usr/share/info
rm $PKG/usr/share/man/man1/{dlltool,nlmconv,windres,windmc}.1
sed -i "s|-L$SRC[^ ]* ||g" $PKG/usr/lib/lib{bfd,opcodes}.la
}