aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2019-01-08 14:40:53 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-01-08 14:40:53 +0000
commit28b9ea9b1dbe3c80266ea4f5785115c5b7d43ded (patch)
tree120d63649b1f8c7c1821a12346227de2a3ced529 /community
parent52985d50681018c3c37b87ea1bd21a6a17b7aac8 (diff)
downloadaports-28b9ea9b1dbe3c80266ea4f5785115c5b7d43ded.tar.bz2
aports-28b9ea9b1dbe3c80266ea4f5785115c5b7d43ded.tar.xz
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
Diffstat (limited to 'community')
-rw-r--r--community/rancid/APKBUILD4
1 files changed, 2 insertions, 2 deletions
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 <fcolista@alpinelinux.org>
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