From 2ce513234fe85fe08cc572d35838b7b72fd99cee Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Mon, 10 Jul 2006 17:43:13 +0000 Subject: [PATCH] * changed mnemosyne/dash to symlink to /bin/sh when FOOTPRINT=embedded --- pkg_conf/dash.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pkg_conf/dash.conf diff --git a/pkg_conf/dash.conf b/pkg_conf/dash.conf new file mode 100644 index 0000000..c698d02 --- /dev/null +++ b/pkg_conf/dash.conf @@ -0,0 +1,4 @@ +if [ "$SDECFG_TRG_MNEMOSYNE_FOOTPRINT" = "embedded" ]; then + # on mnemosyne/embedded dash is the shell + hook_add postmake 5 'ln -s dash $root/bin/sh' +fi -- 2.11.4.GIT