diff options
-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 |