podman: put config in correct location
This commit is contained in:
parent
1719903422
commit
6fc165cc62
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'podman'
|
||||
pkgname=podman
|
||||
version=1.4.4
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="libpod-${version}"
|
||||
build_style=go
|
||||
go_import_path="github.com/containers/libpod"
|
||||
|
@ -27,5 +27,5 @@ post_install() {
|
|||
make install.cni DESTDIR="${DESTDIR}"
|
||||
vinstall completions/bash/podman 644 usr/share/bash-completion/completions
|
||||
sed 's|cgroup_manager = "systemd"|cgroup_manager = "cgroupfs"|g' libpod.conf >libpod.cgfs.conf
|
||||
vinstall libpod.cgfs.conf 644 usr/share/containers libpod.conf
|
||||
vinstall libpod.cgfs.conf 644 etc/containers libpod.conf
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue