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/zsh/build | |
parent | bd8677a99ca9dbf9924198a311d8314492d75007 (diff) | |
download | repository-eab89cad88cd068aaa9052a5c37eba79912f7a97.tar.gz |
zsh: add alternative link to sh
Diffstat (limited to 'extra/zsh/build')
-rwxr-xr-x | extra/zsh/build | 2 |
1 files changed, 2 insertions, 0 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" |