lxc: fixed installation.

renamed systemd service file, removed unnecessary dependency and fixed
entry in shlibs.
This commit is contained in:
Jan S 2014-02-24 15:33:36 +01:00
parent 0a05235089
commit 1076fbfc88
2 changed files with 3 additions and 3 deletions

View File

@ -1475,4 +1475,4 @@ libgwengui-cpp.so.0 gwenhywfar-4.10.0beta_1
libaqbanking.so.34 aqbanking-5.0.25_1
libxmlsec1.so.1 xmlsec1-1.2.19_1
libcheck.so.0 check-0.9.12_1
liblxc.so.1 lxc-1.0.0_1
liblxc.so.1 liblxc-1.0.0_1

View File

@ -9,7 +9,7 @@ build_style=gnu-configure
configure_args="--enable-doc --enable-seccomp --disable-apparmor --with-distro=none
--with-rootfs-path=/var/lxc/containers --with-log-path=/var/lxc/log"
hostmakedepends="pkg-config docbook2x"
makedepends="libcap-devel libseccomp-devel automake"
makedepends="libcap-devel libseccomp-devel"
short_desc="${_desc} - utilities"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://linuxcontainers.org"
@ -45,5 +45,5 @@ lxc-devel_package() {
}
post_install() {
vinstall ${FILESDIR}/service 644 usr/lib/systemd/system lxc.service
vinstall ${FILESDIR}/service 644 usr/lib/systemd/system lxc@.service
}