diff options
author | Thomas Penteker <tek@serverop.de> | 2013-04-13 14:28:37 +0200 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2013-04-13 14:28:37 +0200 |
commit | 3f5433f1daff5bc061a4ed58ebc68a406fcbc3bd (patch) | |
tree | cef1e2f21f1d93bd88717878c502544f53c77a87 /lxc | |
parent | bd619f96ae1d66962f0486e94cf49d471adae179 (diff) | |
download | contrib-3f5433f1daff5bc061a4ed58ebc68a406fcbc3bd.tar.gz contrib-3f5433f1daff5bc061a4ed58ebc68a406fcbc3bd.tar.xz |
lxc: fix libexec directory
Diffstat (limited to 'lxc')
-rw-r--r-- | lxc/.footprint | 4 | ||||
-rw-r--r-- | 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 |