diff options
author | Cem Keylan <cem@ckyln.com> | 2020-02-18 13:35:32 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-02-18 13:35:32 +0300 |
commit | eab89cad88cd068aaa9052a5c37eba79912f7a97 (patch) | |
tree | eadc2944dc973108d77d5a1d11877804d801633a /extra | |
parent | bd8677a99ca9dbf9924198a311d8314492d75007 (diff) | |
download | repository-eab89cad88cd068aaa9052a5c37eba79912f7a97.tar.gz |
zsh: add alternative link to sh
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/zsh/build | 2 | ||||
-rw-r--r-- | extra/zsh/version | 2 |
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 |