mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
podman: provides zsh completions
This commit is contained in:
parent
9eaf5ab91b
commit
c9d603e9a8
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'podman'
|
# Template file for 'podman'
|
||||||
pkgname=podman
|
pkgname=podman
|
||||||
version=1.8.2
|
version=1.8.2
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="libpod-${version}"
|
wrksrc="libpod-${version}"
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/containers/libpod"
|
go_import_path="github.com/containers/libpod"
|
||||||
|
@ -25,7 +25,7 @@ fi
|
||||||
post_install() {
|
post_install() {
|
||||||
make install.man DESTDIR="${DESTDIR}" PREFIX="/usr"
|
make install.man DESTDIR="${DESTDIR}" PREFIX="/usr"
|
||||||
make install.cni DESTDIR="${DESTDIR}"
|
make install.cni DESTDIR="${DESTDIR}"
|
||||||
vinstall completions/bash/podman 644 usr/share/bash-completion/completions
|
make install.completions DESTDIR="${DESTDIR}" PREFIX="/usr"
|
||||||
sed 's|cgroup_manager = "systemd"|cgroup_manager = "cgroupfs"|g' libpod.conf >libpod.cgfs.conf
|
sed 's|cgroup_manager = "systemd"|cgroup_manager = "cgroupfs"|g' libpod.conf >libpod.cgfs.conf
|
||||||
vinstall libpod.cgfs.conf 644 etc/containers libpod.conf
|
vinstall libpod.cgfs.conf 644 etc/containers libpod.conf
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue