zsh: register 'sh' alternatives group.
This commit is contained in:
parent
1b53786d2f
commit
193536730d
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'zsh'
|
||||
pkgname=zsh
|
||||
version=5.1.1
|
||||
revision=1
|
||||
revision=2
|
||||
lib32disabled=yes
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
|
@ -26,6 +26,10 @@ license="zsh"
|
|||
distfiles="http://www.zsh.org/pub/zsh-$version.tar.xz"
|
||||
checksum=74e9453b5470b3c0970f9f93cfd603d241c3d7b1968adc0e4b3951073e8d3dec
|
||||
|
||||
alternatives="
|
||||
sh:sh:/usr/bin/zsh
|
||||
sh:sh.1:/usr/share/man/man1/zsh.1"
|
||||
|
||||
pre_configure() {
|
||||
# Set correct keymap path
|
||||
sed -i 's#/usr/share/keymaps#/usr/share/kbd/keymaps#g' \
|
||||
|
|
Loading…
Add table
Reference in a new issue