forked from ports/contrib
lxc: fix libexec directory
This commit is contained in:
parent
bd619f96ae
commit
3f5433f1da
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user