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

Sergej Pupykin spupykin at archlinux.org
Thu Oct 1 16:55:57 UTC 2015


    Date: Thursday, October 1, 2015 @ 18:55:57
  Author: spupykin
Revision: 142708

upgpkg: cgmanager 0.39-2

upd

Modified:
  cgmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-01 16:48:07 UTC (rev 142707)
+++ PKGBUILD	2015-10-01 16:55:57 UTC (rev 142708)
@@ -3,7 +3,7 @@
 
 pkgname=cgmanager
 pkgver=0.39
-pkgrel=1
+pkgrel=2
 pkgdesc="Another daemon for managing control groups"
 arch=(i686 x86_64)
 url="https://linuxcontainers.org/"
@@ -16,7 +16,7 @@
 build() {
 	cd "$srcdir/$pkgname-$pkgver"
 #	./bootstrap.sh
-	./configure --prefix=/usr --sbindir=/usr/bin \
+	./configure --prefix=/usr --sbindir=/usr/bin --libdir=/usr/lib \
 		--with-init-script=systemd
 	make
 }



More information about the arch-commits mailing list