Revert "zsh: register 'sh' alternatives group."
This reverts commit 193536730d
.
This commit is contained in:
parent
dfb28b86c4
commit
75b6b9bba6
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'zsh'
|
# Template file for 'zsh'
|
||||||
pkgname=zsh
|
pkgname=zsh
|
||||||
version=5.1.1
|
version=5.1.1
|
||||||
revision=2
|
revision=3
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -26,10 +26,6 @@ license="zsh"
|
||||||
distfiles="http://www.zsh.org/pub/zsh-$version.tar.xz"
|
distfiles="http://www.zsh.org/pub/zsh-$version.tar.xz"
|
||||||
checksum=74e9453b5470b3c0970f9f93cfd603d241c3d7b1968adc0e4b3951073e8d3dec
|
checksum=74e9453b5470b3c0970f9f93cfd603d241c3d7b1968adc0e4b3951073e8d3dec
|
||||||
|
|
||||||
alternatives="
|
|
||||||
sh:sh:/usr/bin/zsh
|
|
||||||
sh:sh.1:/usr/share/man/man1/zsh.1"
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# Set correct keymap path
|
# Set correct keymap path
|
||||||
sed -i 's#/usr/share/keymaps#/usr/share/kbd/keymaps#g' \
|
sed -i 's#/usr/share/keymaps#/usr/share/kbd/keymaps#g' \
|
||||||
|
|
Loading…
Reference in New Issue