[arch-commits] Commit in linux-tools/trunk (PKGBUILD)

Sébastien Luttringer seblu at archlinux.org
Mon Jul 27 00:03:37 UTC 2015


    Date: Monday, July 27, 2015 @ 02:03:37
  Author: seblu
Revision: 137462

upgpkg: linux-tools 4.1-4

- fix FS#45786

Modified:
  linux-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-26 22:58:47 UTC (rev 137461)
+++ PKGBUILD	2015-07-27 00:03:37 UTC (rev 137462)
@@ -14,7 +14,7 @@
   'x86_energy_perf_policy'
 )
 pkgver=4.1
-pkgrel=3
+pkgrel=4
 license=('GPL2')
 arch=('i686' 'x86_64')
 url='http://www.kernel.org'
@@ -157,7 +157,7 @@
     install install-man
   # move completion in new directory
   cd "$pkgdir"
-  install -Dm644 usr/etc/bash_completion.d/perf usr/share/bash-completion/perf
+  install -Dm644 usr/etc/bash_completion.d/perf usr/share/bash-completion/completions/perf
   rm -r usr/etc
 }
 



More information about the arch-commits mailing list