diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-11-17 12:30:47 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-11-17 12:30:47 +0200 |
| commit | 7e98abf9b96af160a55504e8501e6bd2c97ee265 (patch) | |
| tree | be0f327563e53813b79d7c25df73ec3b8f1d6e5b | |
| parent | a29ada140c34e525b7a4ea9231106509c7205fcf (diff) | |
Some configuration cleanup
| -rw-r--r-- | .SRCINFO | 2 | ||||
| -rw-r--r-- | PKGBUILD | 8 |
2 files changed, 4 insertions, 6 deletions
@@ -1,7 +1,7 @@ pkgbase = rkt pkgdesc = App container runtime pkgver = 0.11.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/coreos/rkt install = rkt.install arch = x86_64 @@ -4,7 +4,7 @@ pkgname=rkt pkgver=0.11.0 -pkgrel=1 +pkgrel=2 pkgdesc="App container runtime" arch=('x86_64') url="https://github.com/coreos/rkt" @@ -27,9 +27,8 @@ prepare() { build() { cd "${pkgname}-${pkgver}" ./configure --prefix=/usr \ - --with-stage1=coreos \ --with-stage1-flavors=coreos \ - --with-stage1-image-path=/usr/share/rkt/stage1.aci + --with-stage1-default-location=/usr/lib/rkt/stage1.aci make -s } @@ -44,8 +43,7 @@ package() { cd "build-${pkgname}-${pkgver}" install -Dm755 bin/rkt "$pkgdir/usr/bin/rkt" - install -Dm755 bin/actool "$pkgdir/usr/bin/actool" - install -Dm644 bin/stage1-coreos.aci "$pkgdir/usr/share/rkt/stage1.aci" + install -Dm644 bin/stage1-coreos.aci "$pkgdir/usr/lib/rkt/stage1.aci" } # vim:set ts=2 sw=2 et: |
