summaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2015-08-04 13:23:58 +0200
committerFredrik Rinnestam <fredrik@crux.nu>2015-08-04 13:23:58 +0200
commita0f1173db7377b3dce9fd01ae0524ef8d860ea09 (patch)
tree383aa6c6405a2c2ebcfe4c70ba0445c0e045d59a /binutils
parent6b68514d22a5dc42140e30f7e0fefc4eac7bac0c (diff)
downloadcore-a0f1173db7377b3dce9fd01ae0524ef8d860ea09.tar.gz
core-a0f1173db7377b3dce9fd01ae0524ef8d860ea09.tar.xz
binutils: removed extra manpages
Diffstat (limited to 'binutils')
-rw-r--r--binutils/.footprint4
-rw-r--r--binutils/Pkgfile3
2 files changed, 2 insertions, 5 deletions
diff --git a/binutils/.footprint b/binutils/.footprint
index 01196032..9d16827c 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 636bd2f7..ae8d1687 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
}

Generated by cgit