aboutsummaryrefslogtreecommitdiff
path: root/extra/bash/build
diff options
context:
space:
mode:
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"