summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24bec5e77c92..e363e890341e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_target=mipsr5900el-unknown-linux-gnu
pkgname=$_target-binutils
pkgver=2.34
-pkgrel=1
+pkgrel=3
pkgdesc="A set of programs to assemble and manipulate binary and object files ($_target)"
arch=(x86_64)
url='http://www.gnu.org/software/binutils/'
@@ -47,7 +47,7 @@ package() {
# Remove file conflicting with host binutils and manpages for MS Windows tools
rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,windres,windmc}*
-
- # Remove info documents that conflict with host version
rm -r "$pkgdir"/usr/share/info
+ rm "$pkgdir"/usr/lib/libctf*
+ rm "$pkgdir"/usr/include/ctf{,-api}.h
}