From 28b9ea9b1dbe3c80266ea4f5785115c5b7d43ded Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Tue, 8 Jan 2019 14:40:53 +0000 Subject: community/rancid$: disabling check() It seems it breaks installation: install: can't change permissions of /home/buildozer/aports/community/rancid/pkg/rancid/etc/rancid/rancid.types.base: No such file or directory --- community/rancid/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community') diff --git a/community/rancid/APKBUILD b/community/rancid/APKBUILD index bbfefdcc61..ea3b6f6812 100644 --- a/community/rancid/APKBUILD +++ b/community/rancid/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista pkgname=rancid pkgver=3.8 -pkgrel=1 +pkgrel=2 pkgdesc="A Cisco config Differ" url="http://www.shrubbery.net/rancid/" arch="all" @@ -14,6 +14,7 @@ install="$pkgname.pre-install" subpackages="$pkgname-doc" pkgusers="rancid" pkggroups="netadm" +options="!check" source="ftp://ftp.shrubbery.net/pub/rancid/rancid-$pkgver.tar.gz rancid-2.3.2-conf.patch rancid.logrotate" @@ -33,7 +34,6 @@ build() { } # does actually nothing -# leaving it on so that it kicks in when upstream will actually check something check() { cd "$builddir" make check -- cgit v1.2.3