ports/core (3.2): binutils: removed extra manpages
commit a0f1173db7377b3dce9fd01ae0524ef8d860ea09 Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Tue Aug 4 13:23:58 2015 +0200 binutils: removed extra manpages diff --git a/binutils/.footprint b/binutils/.footprint index 0119603..9d16827 100644 --- a/binutils/.footprint +++ b/binutils/.footprint @@ -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 diff --git a/binutils/Pkgfile b/binutils/Pkgfile index 636bd2f..ae8d168 100644 --- a/binutils/Pkgfile +++ b/binutils/Pkgfile @@ -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 }
participants (1)
-
crux@crux.nu