[arch-commits] Commit in bash-completion/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Sat Oct 16 21:57:23 UTC 2010


    Date: Saturday, October 16, 2010 @ 17:57:23
  Author: eric
Revision: 95183

upgpkg: bash-completion 1.2-2
Removed service completion which doesn't work on Arch Linux and cause problems (close FS#20112)

Modified:
  bash-completion/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-16 19:41:23 UTC (rev 95182)
+++ PKGBUILD	2010-10-16 21:57:23 UTC (rev 95183)
@@ -1,11 +1,9 @@
 # $Id$
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
-# Contributor: Aurelien Foret <orelien at chez.com>
-# Contributor: Evangelos Foutras <foutrelis at gmail.com>
 
 pkgname=bash-completion
 pkgver=1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Programmable completion for the bash shell"
 arch=('any')
 url="http://bash-completion.alioth.debian.org/"
@@ -28,5 +26,7 @@
 package() {
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
+
+# Doesn't work on Arch Linux and cause problems (FS#20112)
+  rm "$pkgdir/etc/bash_completion.d/service"
 }
-# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list