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

Sergej Pupykin spupykin at nymeria.archlinux.org
Thu Mar 27 09:26:42 UTC 2014


    Date: Thursday, March 27, 2014 @ 10:26:42
  Author: spupykin
Revision: 108376

upgpkg: sysprof 1.2.0-2

upd

Modified:
  sysprof/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-27 09:26:38 UTC (rev 108375)
+++ PKGBUILD	2014-03-27 09:26:42 UTC (rev 108376)
@@ -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 @@
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc
+  ./configure --prefix=/usr --sysconfdir=/usr/lib
   make
 }
 




More information about the arch-commits mailing list