diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-28 03:35:53 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-28 03:35:53 +0000 |
commit | def73efccccb818d214cb818e8b4de8385444a43 (patch) | |
tree | 89db423b051ce9f971b6f7386ada2a3573b6e3b7 /community/sysprof | |
parent | eb411a7c7cc929ada01019bd4c306116ce385693 (diff) |
Fri Mar 28 03:32:00 UTC 2014
Diffstat (limited to 'community/sysprof')
-rw-r--r-- | community/sysprof/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/sysprof/PKGBUILD b/community/sysprof/PKGBUILD index 9b0e55fb0..033948cd0 100644 --- a/community/sysprof/PKGBUILD +++ b/community/sysprof/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 79392 2012-11-04 01:05:10Z ebelanger $ +# $Id: PKGBUILD 108377 2014-03-27 09:26:53Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Geoffroy Carrier <geoffroy.carrier@aur.archlinux.org> # Previous Contributor: Eric Belanger <belanger@astro.umontreal.ca> @@ -6,7 +6,7 @@ pkgname=sysprof pkgver=1.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="A sampling CPU profiler that uses a Linux kernel module to profile the entire system" arch=('i686' 'x86_64') url="http://www.daimi.au.dk/~sandmann/sysprof/" @@ -18,7 +18,7 @@ md5sums=('a81808d847732f8dafb59d26ec2eebbf') build() { cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr --sysconfdir=/etc + ./configure --prefix=/usr --sysconfdir=/usr/lib make } |