aboutsummaryrefslogtreecommitdiff
path: root/extra/zsh
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-02-18 13:35:32 +0300
committerCem Keylan <cem@ckyln.com>2020-02-18 13:35:32 +0300
commiteab89cad88cd068aaa9052a5c37eba79912f7a97 (patch)
treeeadc2944dc973108d77d5a1d11877804d801633a /extra/zsh
parentbd8677a99ca9dbf9924198a311d8314492d75007 (diff)
downloadrepository-eab89cad88cd068aaa9052a5c37eba79912f7a97.tar.gz
zsh: add alternative link to sh
Diffstat (limited to 'extra/zsh')
-rwxr-xr-xextra/zsh/build2
-rw-r--r--extra/zsh/version2
2 files changed, 3 insertions, 1 deletions
diff --git a/extra/zsh/build b/extra/zsh/build
index 100849d8..60e497d4 100755
--- a/extra/zsh/build
+++ b/extra/zsh/build
@@ -24,3 +24,5 @@ make
make DESTDIR="$1" install
install -Dm 644 zprofile "$1/etc/zprofile"
+
+ln -sfv zsh "$1/usr/bin/sh"
diff --git a/extra/zsh/version b/extra/zsh/version
index 720a07fa..5cba97b3 100644
--- a/extra/zsh/version
+++ b/extra/zsh/version
@@ -1 +1 @@
-5.8 1
+5.8 2