aboutsummaryrefslogtreecommitdiff
path: root/extra/zsh
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-09 15:23:46 +0300
committerCem Keylan <cem@ckyln.com>2020-05-09 15:23:46 +0300
commitd0a7a0add9b32d9d89e02d6d93e37994205b83ec (patch)
treec888ba413a5577d1d5613c25fbf8680785c2f031 /extra/zsh
parent7228e4871a9a719506303a53a33fb3df66da453a (diff)
downloadrepository-d0a7a0add9b32d9d89e02d6d93e37994205b83ec.tar.gz
zsh: don't link to sh
Diffstat (limited to 'extra/zsh')
-rwxr-xr-xextra/zsh/build2
1 files changed, 0 insertions, 2 deletions
diff --git a/extra/zsh/build b/extra/zsh/build
index 60e497d4..100849d8 100755
--- a/extra/zsh/build
+++ b/extra/zsh/build
@@ -24,5 +24,3 @@ make
make DESTDIR="$1" install
install -Dm 644 zprofile "$1/etc/zprofile"
-
-ln -sfv zsh "$1/usr/bin/sh"