aboutsummaryrefslogtreecommitdiff
path: root/extra/zsh/build
diff options
context:
space:
mode:
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"