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

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue May 28 17:43:56 UTC 2013


    Date: Tuesday, May 28, 2013 @ 19:43:55
  Author: spupykin
Revision: 91869

upgpkg: procstatd 1.4.2-8

upd

Modified:
  procstatd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-28 17:43:52 UTC (rev 91868)
+++ PKGBUILD	2013-05-28 17:43:55 UTC (rev 91869)
@@ -5,7 +5,7 @@
 
 pkgname=procstatd
 pkgver=1.4.2
-pkgrel=6
+pkgrel=8
 pkgdesc="A daemon that can be run either from userspace or inetd that can be queried via a simple API to parse various files in /proc"
 arch=('i686 x86_64')
 license=('GPL')
@@ -17,7 +17,7 @@
 build() {
   cd $srcdir/$pkgname
   # Get rid of the funky make install forever bug
-  sed -i 's/make install/echo/;s/cd watchman/echo/' Makefile
+  sed -i 's/make install/echo/;s/cd watchman/echo/;s@$(INSTDIR)/sbin@$(INSTDIR)/bin@' Makefile
   make
 }
 




More information about the arch-commits mailing list