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

Eric Bélanger eric at archlinux.org
Tue Jan 10 03:43:27 UTC 2012


    Date: Monday, January 9, 2012 @ 22:43:26
  Author: eric
Revision: 146391

Add comment in PKGBUILD

Modified:
  bash-completion/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-10 03:20:49 UTC (rev 146390)
+++ PKGBUILD	2012-01-10 03:43:26 UTC (rev 146391)
@@ -11,7 +11,6 @@
 license=('GPL')
 depends=('bash')
 source=(http://bash-completion.alioth.debian.org/files/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('a1262659b4bbf44dc9e59d034de505ec')
 sha1sums=('6a46b93f44c56cc336632ab28d90c0595fbcc98f')
 
 build() {
@@ -24,6 +23,7 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 
+# bash-completion is sourced in /etc/bash.bashrc so that non-bash shell don't source it
   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