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 /PKGBUILD | |
| parent | a29ada140c34e525b7a4ea9231106509c7205fcf (diff) | |
Some configuration cleanup
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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: |
