From c65323d0643046a1429ba021eb094f34d94f9480 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 22 Jun 2012 11:27:28 +0000 Subject: testing/rancid: run make during build phase --- testing/rancid/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testing/rancid/APKBUILD') diff --git a/testing/rancid/APKBUILD b/testing/rancid/APKBUILD index cb11b32e88..22f60753fb 100644 --- a/testing/rancid/APKBUILD +++ b/testing/rancid/APKBUILD @@ -29,7 +29,8 @@ build() { ./configure --prefix=/home/rancid \ --sysconfdir=/etc/rancid \ --localstatedir=/var/rancid \ - --with-svn=fsfs + --with-svn=fsfs || return 1 + make } package() { -- cgit v1.2.3