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

Dave Reisner dreisner at archlinux.org
Wed Jul 4 00:50:05 UTC 2012


    Date: Tuesday, July 3, 2012 @ 20:50:04
  Author: dreisner
Revision: 162935

upgpkg: bash-completion 2.0-2

- rebuild with temp fix for kernel move to /usr

Modified:
  bash-completion/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-07-04 00:49:57 UTC (rev 162934)
+++ PKGBUILD	2012-07-04 00:50:04 UTC (rev 162935)
@@ -3,7 +3,7 @@
 
 pkgname=bash-completion
 pkgver=2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Programmable completion for the bash shell"
 arch=('any')
 url="http://bash-completion.alioth.debian.org/"
@@ -15,6 +15,10 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # XXX: this should be removed once /lib is a symlink to usr/lib
+  sed -i '/lib\/modules/ s,/lib/modules,/usr&,' bash_completion
+
   ./configure --prefix=/usr --sysconfdir=/etc
   make
 }




More information about the arch-commits mailing list