From bd8677a99ca9dbf9924198a311d8314492d75007 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 18 Feb 2020 13:34:54 +0300 Subject: bash: add alternative link to sh --- extra/bash/build | 2 ++ extra/bash/version | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'extra/bash') 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 -- cgit v1.2.3