diff options
author | root <root@rshg054.dnsready.net> | 2013-01-27 01:12:11 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-27 01:12:11 -0800 |
commit | 3ed565983048f1226dd3f258a3f0acaf04536dda (patch) | |
tree | 9ea304021502408af54b935da41441afb7e4bd62 /community/linux-tools/PKGBUILD | |
parent | 7d3e94229ca9849421d263542eb2c61f64a91c10 (diff) |
Sun Jan 27 01:11:57 PST 2013
Diffstat (limited to 'community/linux-tools/PKGBUILD')
-rw-r--r-- | community/linux-tools/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/linux-tools/PKGBUILD b/community/linux-tools/PKGBUILD index 469f475a4..a8d585b1a 100644 --- a/community/linux-tools/PKGBUILD +++ b/community/linux-tools/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 82779 2013-01-24 12:23:58Z seblu $ +# $Id: PKGBUILD 82938 2013-01-25 23:54:11Z seblu $ # Maintainer: Sébastien Luttringer <seblu@archlinux.org> pkgbase=linux-tools pkgname=('libtraceevent' 'perf' 'cpupower' 'x86_energy_perf_policy' 'usbip') pkgver=3.7 -pkgrel=4 +pkgrel=5 license=('GPL2') arch=('i686' 'x86_64') url='http://www.kernel.org' @@ -108,6 +108,7 @@ package_cpupower() { depends=('bash' 'pciutils') conflicts=('cpufrequtils') replaces=('cpufrequtils') + install=cpupower.install pushd linux-$pkgver/tools/power/cpupower make \ |