From c12037773c2146b59fe617900b8b0a05156e7b31 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Thu, 27 Aug 2015 15:52:13 +0300 Subject: Fix --enable-functional-tests flag --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index 56ea778..7cd8d61 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=rkt pkgver=0.8.0 -pkgrel=3 +pkgrel=4 pkgdesc="App container runtime" arch=('x86_64') url="https://github.com/coreos/rkt" @@ -28,7 +28,7 @@ build() { ./configure --prefix=/usr \ --with-stage1=src \ --with-stage1-image-path=/usr/share/rkt/stage1.aci \ - --with-functional-tests + --enable-functional-tests make -s } -- cgit v1.3.1