mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
zsh: default runit completion to /var/service
This commit is contained in:
parent
08d8832079
commit
0f100cd4a3
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'zsh'
|
||||
pkgname=zsh
|
||||
version=5.9
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
make_build_target="all info"
|
||||
make_install_args="install.info"
|
||||
|
@ -41,6 +41,8 @@ post_patch() {
|
|||
rm -f Completion/Linux/Command/_{pkgtool,rpmbuild,yast}
|
||||
rm -f Completion/Unix/Command/_{notmuch,osc,systemd}
|
||||
|
||||
vsed -i -e 's,/etc/service,/var/service,g' Completion/Unix/Command/_runit
|
||||
|
||||
vsed -i -e 's,/etc/z,/etc/zsh/z,g' \
|
||||
Doc/zsh.texi Doc/{zsh,zshall,zshoptions,zshmodules}.1
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue