Create link for sh to dash

This commit is contained in:
Jeremy Soller 2020-10-10 20:09:16 -06:00
parent 1d73c7986f
commit bfc3608891
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -18,4 +18,5 @@ sed -i'' -e 's|#define HAVE_GETRLIMIT 1|/* #undef HAVE_GETRLIMIT */|g' config.h
COOKBOOK_CONFIGURE="true"
COOKBOOK_CONFIGURE_FLAGS=()
cookbook_configure
ln -s "dash" "${COOKBOOK_STAGE}/bin/sh"
"""