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

Laurent Carlier lcarlier at nymeria.archlinux.org
Thu May 30 21:12:21 UTC 2013


    Date: Thursday, May 30, 2013 @ 23:12:21
  Author: lcarlier
Revision: 91994

upgpkg: powertop 2.3-2

Move to bianary to /usr/bin

Modified:
  powertop/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-30 19:43:44 UTC (rev 91993)
+++ PKGBUILD	2013-05-30 21:12:21 UTC (rev 91994)
@@ -5,7 +5,7 @@
 
 pkgname=powertop
 pkgver=2.3
-pkgrel=1
+pkgrel=2
 pkgdesc='A tool to diagnose issues with power consumption and power management'
 arch=('i686' 'x86_64')
 url='https://01.org/powertop/'
@@ -18,7 +18,7 @@
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --sbindir=/usr/bin
   make
 }
 




More information about the arch-commits mailing list