diff options
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 } |