summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2020-01-31 17:13:04 +0100
committerLeah Neukirchen <leah@vuxu.org>2020-02-03 13:15:08 +0100
commitbcafe3c45d8fac35bd861047f7b5f3a4010ec6b8 (patch)
treebc7b9859783d568cca193d672cd7d499cd525bc2
parent56f336e32e23cc680c1f47e81661588e02f5468d (diff)
downloadmewix-bcafe3c45d8fac35bd861047f7b5f3a4010ec6b8.tar.gz
mewix-bcafe3c45d8fac35bd861047f7b5f3a4010ec6b8.tar.xz
mewix-bcafe3c45d8fac35bd861047f7b5f3a4010ec6b8.zip
bash: provide /bin/sh
-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
+}