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

Sergej Pupykin spupykin at archlinux.org
Wed Sep 9 15:25:57 UTC 2015


    Date: Wednesday, September 9, 2015 @ 17:25:57
  Author: spupykin
Revision: 139687

upgpkg: lxcfs 0.9-3

upd

Modified:
  lxcfs/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-09 15:25:19 UTC (rev 139686)
+++ PKGBUILD	2015-09-09 15:25:57 UTC (rev 139687)
@@ -4,7 +4,7 @@
 
 pkgname=lxcfs
 pkgver=0.9
-pkgrel=2
+pkgrel=3
 pkgdesc="FUSE filesystem for LXC"
 arch=(i686 x86_64)
 url="https://linuxcontainers.org/"
@@ -11,6 +11,7 @@
 license=('GPL')
 depends=('lxc' 'cgmanager>=0.35-1' 'libnih' 'fuse')
 makedepends=('help2man')
+options=('emptydirs')
 source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz"
 	"lxcfs.service")
 md5sums=('455999f60080322852264cfb7d6b11b7'
@@ -28,5 +29,6 @@
 package() {
     cd "$srcdir/$pkgname-$pkgver"
     make DESTDIR="$pkgdir/" install
+    install -dm0755 $pkgdir/var/lib/lxcfs
     install -Dm0644 $srcdir/lxcfs.service $pkgdir/usr/lib/systemd/system/lxcfs.service
 }



More information about the arch-commits mailing list