diff options
author | root <root@rshg054.dnsready.net> | 2012-05-02 00:01:22 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-02 00:01:22 +0000 |
commit | defe74c9cba07c321ad2869d8f6872e64a167324 (patch) | |
tree | 22377a98049a863983b9a28d9d79fc737f665cc3 /extra/zsh/PKGBUILD | |
parent | 752015395fc8b95cc4a86b68189cb747fe9a8499 (diff) |
Wed May 2 00:01:22 UTC 2012
Diffstat (limited to 'extra/zsh/PKGBUILD')
-rw-r--r-- | extra/zsh/PKGBUILD | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/extra/zsh/PKGBUILD b/extra/zsh/PKGBUILD index 3ea9bf7a9..ba4797b07 100644 --- a/extra/zsh/PKGBUILD +++ b/extra/zsh/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 150931 2012-02-23 23:42:48Z pierre $ +# $Id: PKGBUILD 157985 2012-04-30 15:21:56Z pierre $ # Maintainer: Pierre Schmitz <pierre@archlinux.de> 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 @@ build() { 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 \ |