diff options
author | Marc Mettke | 2017-10-30 07:00:12 +0100 |
---|---|---|
committer | Marc Mettke | 2017-10-30 07:00:12 +0100 |
commit | 9f946b0d2b43c799b38fb85c4fba070e4201ac91 (patch) | |
tree | 9948be6cf61b51e7d489281bf2246914a4bab486 /PKGBUILD | |
parent | 28dd9ddd05bffd4d05ed4ca837df20a327946900 (diff) | |
download | aur-9f946b0d2b43c799b38fb85c4fba070e4201ac91.tar.gz |
[lxc-selinux] 1:2.1.0-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -9,7 +9,7 @@ pkgname=lxc-selinux epoch=1 pkgver=2.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Linux Containers" arch=('i686' 'x86_64') url="http://linuxcontainers.org" @@ -43,17 +43,17 @@ prepare() { -e 's|"\\"-//Davenport//DTD DocBook V3.0//EN\\""|"\\"-//OASIS//DTD DocBook XML\\" \\"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\\""|' \ configure.ac sed -i \ - -e 's|$(sysconfdir)/bash_completion.d/|/usr/share/bash-completion/completions/|g' \ - config/bash/Makefile.am - sed -i \ -e 's|\${prefix}/||g' \ lxc.pc.in + sed -i \ + -e 's|dirlen,|dirlen=0,|' \ + src/lxc/storage/overlay.c } build() { cd "$srcdir/${pkgname/-selinux}-${pkgver/_/-}" ./autogen.sh - ./configure \ + bashcompdir=/usr/share/bash-completion/completions ./configure \ --prefix=/usr \ --sbindir=/usr/bin \ --localstatedir=/var \ |