diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-08-27 15:52:13 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-08-27 15:52:13 +0300 |
| commit | c12037773c2146b59fe617900b8b0a05156e7b31 (patch) | |
| tree | 7fcf473550804e39eeb745fac34d47b17f5c79ba | |
| parent | 52bd644dd1e3ec9053439a876828a73d7a126b22 (diff) | |
Fix --enable-functional-tests flag
| -rw-r--r-- | .SRCINFO | 2 | ||||
| -rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ pkgbase = rkt pkgdesc = App container runtime pkgver = 0.8.0 - pkgrel = 3 + pkgrel = 4 url = https://github.com/coreos/rkt install = rkt.install arch = x86_64 @@ -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 } |
