aboutsummaryrefslogtreecommitdiff
path: root/extra/zsh/build
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/build
parentbd8677a99ca9dbf9924198a311d8314492d75007 (diff)
downloadrepository-eab89cad88cd068aaa9052a5c37eba79912f7a97.tar.gz
zsh: add alternative link to sh
Diffstat (limited to 'extra/zsh/build')
-rwxr-xr-xextra/zsh/build2
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"