mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-09 21:43:13 +02:00
zsh: install info files.
This commit is contained in:
parent
90e90872f9
commit
ab5130f486
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
||||||
# Template file for 'zsh'
|
# Template file for 'zsh'
|
||||||
pkgname=zsh
|
pkgname=zsh
|
||||||
version=5.0.0
|
version=5.0.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
make_build_args="info"
|
||||||
|
make_install_args="install.info"
|
||||||
configure_args="--enable-etcdir=/etc/zsh --enable-zshenv=/etc/zsh/zshenv
|
configure_args="--enable-etcdir=/etc/zsh --enable-zshenv=/etc/zsh/zshenv
|
||||||
--enable-zlogin=/etc/zsh/zlogin --enable-zlogout=/etc/zsh/zlogout
|
--enable-zlogin=/etc/zsh/zlogin --enable-zlogout=/etc/zsh/zlogout
|
||||||
--enable-zprofile=/etc/profile --enable-zshrc=/etc/zsh/zshrc
|
--enable-zprofile=/etc/profile --enable-zshrc=/etc/zsh/zshrc
|
||||||
|
|
Loading…
Add table
Reference in a new issue