summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--def/a/bash4
1 files changed, 4 insertions, 0 deletions
diff --git a/def/a/bash b/def/a/bash
index 0ab65a1..e3fb1d6 100644
--- a/def/a/bash
+++ b/def/a/bash
@@ -4,3 +4,7 @@ distfiles="http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${version}.tar.gz"
 # XXX add patches
 configure_args="--without-bash-malloc --without-curses
  --without-installed-readline --disable-nls bash_cv_termcap_lib=gnutermcap"
+
+post_install() {
+  ln -s bash ${DESTDIR}/usr/bin/sh
+}