lxc: fix libexec directory

This commit is contained in:
Thomas Penteker 2013-04-13 14:28:37 +02:00
parent bd619f96ae
commit 3f5433f1da
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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