Date: Monday, April 30, 2012 @ 11:21:01
  Author: pierre
Revision: 157984

Remove unneeded and conflicting completion scripts

Modified:
  zsh/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2012-04-30 15:07:47 UTC (rev 157983)
+++ PKGBUILD    2012-04-30 15:21:01 UTC (rev 157984)
@@ -3,7 +3,7 @@
 
 pkgname=zsh
 pkgver=4.3.17
-pkgrel=1
+pkgrel=2
 pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
@@ -23,6 +23,12 @@
                                 Doc/zsh.texi \
                                 Completion/Unix/Type/_services \
                                 Completion/Unix/Command/_init_d
+
+       # Remove unneeded and conflicting completion scripts
+       rm -rf 
Completion/{AIX,BSD,Cygwin,Darwin,Debian,Mandriva,openSUSE,Redhat,Solaris}
+       rm -f  Completion/Linux/Command/_{pkgtool,rpmbuild,yast}
+       rm -f  Completion/Unix/Command/_osc
+
        ./configure --prefix=/usr \
                --bindir=/bin \
                --enable-etcdir=/etc/zsh \

Reply via email to