aboutsummaryrefslogtreecommitdiff
path: root/extra/bash/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-02-18 13:34:54 +0300
committerCem Keylan <cem@ckyln.com>2020-02-18 13:34:54 +0300
commitbd8677a99ca9dbf9924198a311d8314492d75007 (patch)
treeb728f9f2efd2f2878ced79af740e5f9f72aeae34 /extra/bash/build
parent9888e7d4868104348f8b7d1502f05388cd493110 (diff)
downloadrepository-bd8677a99ca9dbf9924198a311d8314492d75007.tar.gz
bash: add alternative link to sh
Diffstat (limited to 'extra/bash/build')
-rwxr-xr-xextra/bash/build2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/bash/build b/extra/bash/build
index f6362fa0..0c9decf1 100755
--- a/extra/bash/build
+++ b/extra/bash/build
@@ -14,3 +14,5 @@ export MAKEFLAGS="TERMCAP_LIB=/usr/lib/libncursesw.a $MAKEFLAGS"
make
make DESTDIR="$1" install
+
+ln -s bash "$1/usr/bin/sh"