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

Sergej Pupykin spupykin at archlinux.org
Thu Oct 19 10:13:26 UTC 2017


    Date: Thursday, October 19, 2017 @ 10:13:25
  Author: spupykin
Revision: 263621

upgpkg: lxc 1:2.1.0-2

Modified:
  lxc/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-19 10:12:55 UTC (rev 263620)
+++ PKGBUILD	2017-10-19 10:13:25 UTC (rev 263621)
@@ -8,7 +8,7 @@
 pkgname=lxc
 epoch=1
 pkgver=2.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Linux Containers"
 arch=('i686' 'x86_64')
 url="http://linuxcontainers.org"
@@ -40,17 +40,17 @@
     -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-${pkgver/_/-}"
   ./autogen.sh
-  ./configure \
+  bashcompdir=/usr/share/bash-completion/completions ./configure \
     --prefix=/usr \
     --sbindir=/usr/bin \
     --localstatedir=/var \



More information about the arch-commits mailing list