zsh: register 'sh' alternatives group.

This commit is contained in:
Juan RP 2015-10-31 16:36:30 +01:00
parent 1b53786d2f
commit 193536730d

View file

@ -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' \