diff options
Diffstat (limited to 'community/lxc/PKGBUILD')
-rw-r--r-- | community/lxc/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/lxc/PKGBUILD b/community/lxc/PKGBUILD index 5a8903418..f5199755e 100644 --- a/community/lxc/PKGBUILD +++ b/community/lxc/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 91966 2013-05-30 13:14:21Z spupykin $ +# $Id: PKGBUILD 92863 2013-06-17 10:56:02Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Andrea Zucchelli <zukka77@gmail.com> # Contributor: Daniel Micay <danielmicay@gmail.com> @@ -8,7 +8,7 @@ pkgname=lxc pkgver=0.9.0 epoch=1 -pkgrel=3 +pkgrel=4 pkgdesc="Linux Containers" arch=('i686' 'x86_64') url="http://lxc.sourceforge.net/" @@ -30,7 +30,7 @@ build() { ./configure \ --prefix=/usr \ --localstatedir=/var \ - --libexecdir=/usr/bin \ + --libexecdir=/usr/lib \ --sysconfdir=/etc \ --disable-apparmor \ --enable-seccomp |