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

Eric Bélanger eric at archlinux.org
Fri Feb 11 22:45:33 UTC 2011


    Date: Friday, February 11, 2011 @ 17:45:33
  Author: eric
Revision: 109708

upgpkg: bash-completion 1.3-2
Removed profile.d script as this is already done by bash package (close FS#22832)

Modified:
  bash-completion/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-11 20:56:57 UTC (rev 109707)
+++ PKGBUILD	2011-02-11 22:45:33 UTC (rev 109708)
@@ -4,7 +4,7 @@
 
 pkgname=bash-completion
 pkgver=1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Programmable completion for the bash shell"
 arch=('any')
 url="http://bash-completion.alioth.debian.org/"
@@ -24,6 +24,7 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 
+  rm -r "${pkgdir}/etc/profile.d"
 # Doesn't work on Arch Linux and cause problems (FS#20112)
   rm "${pkgdir}/etc/bash_completion.d/service"
 }




More information about the arch-commits mailing list