From c6e95bcc0894b4437b4a654be2f5435ee21a0c0c Mon Sep 17 00:00:00 2001 From: santic-zombie Date: Sun, 10 Jul 2022 23:05:20 +0300 Subject: [PATCH] APKBUILD small changes --- APKBUILD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/APKBUILD b/APKBUILD index 4339e2b..4e52b89 100644 --- a/APKBUILD +++ b/APKBUILD @@ -6,6 +6,7 @@ pkgrel=1 pkgdesc="OpenNebula Server and Scheduler (Community Edition)" url="https://opennebula.io/" arch="x86_64" +options="!check" license="Apache" depends="augeas curl @@ -97,9 +98,6 @@ build() { CXXFLAGS="--std=c++14" scons -j2 new_xmlrpc=yes mysql=yes sqlite=yes sunstone=yes systemd=no } -check() { -} - package() { cd "opennebula-${pkgver}"