* changed mnemosyne/dash to symlink to /bin/sh when FOOTPRINT=embedded
[mnemosyne.git] / pkg_conf / dash.conf
blobc698d025086fd56f42f855d28b542c3bb682ee01
1 if [ "$SDECFG_TRG_MNEMOSYNE_FOOTPRINT" = "embedded" ]; then
2         # on mnemosyne/embedded dash is the shell
3         hook_add postmake 5 'ln -s dash $root/bin/sh'
4 fi