diff options
author | Cem Keylan <cem@ckyln.com> | 2020-02-18 13:34:54 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-02-18 13:34:54 +0300 |
commit | bd8677a99ca9dbf9924198a311d8314492d75007 (patch) | |
tree | b728f9f2efd2f2878ced79af740e5f9f72aeae34 /extra/bash | |
parent | 9888e7d4868104348f8b7d1502f05388cd493110 (diff) | |
download | repository-bd8677a99ca9dbf9924198a311d8314492d75007.tar.gz |
bash: add alternative link to sh
Diffstat (limited to 'extra/bash')
-rwxr-xr-x | extra/bash/build | 2 | ||||
-rw-r--r-- | extra/bash/version | 2 |
2 files changed, 3 insertions, 1 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" diff --git a/extra/bash/version b/extra/bash/version index bcd6fa15..1e325b5e 100644 --- a/extra/bash/version +++ b/extra/bash/version @@ -1 +1 @@ -5.0.p16 1 +5.0.p16 2 |