diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-12-15 02:44:04 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-12-15 02:44:04 +0000 |
commit | 65278ea52f25d883f91693442bbba7ae68187a56 (patch) | |
tree | 4588090467ba47a10d8831a2ec258c4bba5e49a0 /main/lxc | |
parent | bc1f0f9cc064e7c2a4261838f108040551b4b60e (diff) | |
download | aports-65278ea52f25d883f91693442bbba7ae68187a56.tar.bz2 aports-65278ea52f25d883f91693442bbba7ae68187a56.tar.xz |
main/lxc: move lxc-update-config where is should be. Fixes #8302
Diffstat (limited to 'main/lxc')
-rw-r--r-- | main/lxc/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/lxc/APKBUILD b/main/lxc/APKBUILD index f7dc093bd4..362e375373 100644 --- a/main/lxc/APKBUILD +++ b/main/lxc/APKBUILD @@ -5,7 +5,7 @@ pkgname=lxc pkgver=2.1.1 _pkgver=${pkgver/_rc/.rc} -pkgrel=2 +pkgrel=3 pkgdesc="Userspace interface for the Linux kernel containment features" url="https://linuxcontainers.org/lxc/" arch="all" @@ -121,6 +121,7 @@ dev() { # fix abuild smartness mv "$subpkgdir"/usr/bin/lxc-config "$pkgdir"/usr/bin/ + mv "$subpkgdir"/usr/bin/lxc-update-config "$pkgdir"/usr/bin/ } bridge() { |