commit eab89cad88cd068aaa9052a5c37eba79912f7a97
parent bd8677a99ca9dbf9924198a311d8314492d75007
Author: Cem Keylan <cem@ckyln.com>
Date: Tue, 18 Feb 2020 13:35:32 +0300
zsh: add alternative link to sh
Diffstat:
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git 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
@@ -1 +1 @@
-5.8 1
+5.8 2