From 3f5433f1daff5bc061a4ed58ebc68a406fcbc3bd Mon Sep 17 00:00:00 2001 From: Thomas Penteker Date: Sat, 13 Apr 2013 14:28:37 +0200 Subject: [PATCH] lxc: fix libexec directory --- lxc/.footprint | 4 +--- lxc/Pkgfile | 3 ++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/lxc/.footprint b/lxc/.footprint index 615422369..c5d30e00b 100644 --- a/lxc/.footprint +++ b/lxc/.footprint @@ -52,12 +52,10 @@ lrwxrwxrwx root/root usr/lib/liblxc.so -> liblxc.so.0 lrwxrwxrwx root/root usr/lib/liblxc.so.0 -> liblxc.so.0.9.0 -rwxr-xr-x root/root usr/lib/liblxc.so.0.9.0 drwxr-xr-x root/root usr/lib/lxc/ +-rwxr-xr-x root/root usr/lib/lxc/lxc-init drwxr-xr-x root/root usr/lib/lxc/rootfs/ drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/lxc.pc -drwxr-xr-x root/root usr/libexec/ -drwxr-xr-x root/root usr/libexec/lxc/ --rwxr-xr-x root/root usr/libexec/lxc/lxc-init drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ -rwxr-xr-x root/root usr/man/man1/lxc-attach.1.gz diff --git a/lxc/Pkgfile b/lxc/Pkgfile index ea1a2dde5..82c224a06 100644 --- a/lxc/Pkgfile +++ b/lxc/Pkgfile @@ -11,7 +11,8 @@ source=(http://lxc.sourceforge.net/download/lxc/lxc-$version.tar.gz build() { cd $name-$version ./configure --prefix=/usr \ - --mandir=/usr/man + --mandir=/usr/man \ + --libexecdir=/usr/lib make make DESTDIR=$PKG install