mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
Link bash to sh instead of dash
This commit is contained in:
parent
c3b55cb67a
commit
df08c0d9e1
@ -20,4 +20,5 @@ COOKBOOK_CONFIGURE_FLAGS+=(
|
||||
)
|
||||
COOKBOOK_MAKE_JOBS=1 # workaround for parallel make bugs
|
||||
cookbook_configure
|
||||
ln -s "bash" "${COOKBOOK_STAGE}/bin/sh"
|
||||
"""
|
||||
|
||||
@ -18,5 +18,4 @@ 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"
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user