[arch-commits] CVS update of arch/build/base/binutils (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sat Apr 28 16:17:36 UTC 2007


    Date: Saturday, April 28, 2007 @ 12:17:36
  Author: jgc
    Path: /home/cvs-arch/arch/build/base/binutils

Modified: PKGBUILD (1.29 -> 1.30)

Remove manpages for tools that are not not shipped on linux platforms


----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


Index: arch/build/base/binutils/PKGBUILD
diff -u arch/build/base/binutils/PKGBUILD:1.29 arch/build/base/binutils/PKGBUILD:1.30
--- arch/build/base/binutils/PKGBUILD:1.29	Fri Feb  2 12:34:28 2007
+++ arch/build/base/binutils/PKGBUILD	Sat Apr 28 12:17:36 2007
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.29 2007/02/02 17:34:28 andyrtr Exp $
+# $Id: PKGBUILD,v 1.30 2007/04/28 16:17:36 jgc Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=binutils
 pkgver=2.17
-pkgrel=2.1
+pkgrel=3
 pkgdesc="A set of programs to assemble and manipulate binary and object files"
 arch=(i686)
 options=('nolibtool')
@@ -22,4 +22,5 @@
 
   make tooldir=${startdir}/pkg/usr || return 1
   make prefix=${startdir}/pkg/usr tooldir=${startdir}/pkg/usr install
+  rm -f ${startdir}/pkg/usr/man/man1/{dlltool,nlmconv,windres}*
 }




More information about the arch-commits mailing list