diff options
Diffstat (limited to 'testing/opennebula/APKBUILD')
-rw-r--r-- | testing/opennebula/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/opennebula/APKBUILD b/testing/opennebula/APKBUILD index 2baeaca0a8..c0bc46954f 100644 --- a/testing/opennebula/APKBUILD +++ b/testing/opennebula/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=opennebula pkgver=4.0.1 -pkgrel=4 +pkgrel=5 pkgdesc="Virtual management infrastructure as a service (IaaS) toolkit for cloud computing" url="http://opennebula.org" arch="all" @@ -62,7 +62,8 @@ package() { node_kvm() { pkgdesc="Node dependecies for OpenNebula" arch="noarch" - depends="ruby openssh libvirt qemu-x86_64 libvirt-qemu" + install="opennebula-node-kvm.pre-install" + depends="ruby openssh qemu-x86_64 libvirt-qemu procps" mkdir -p "$subpkgdir" } |