diff options
Diffstat (limited to 'font/bh-type1')
-rw-r--r-- | font/bh-type1/aclocal.m4 | 2 | ||||
-rw-r--r-- | font/bh-type1/configure | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/font/bh-type1/aclocal.m4 b/font/bh-type1/aclocal.m4 index 9132b7c1b..a8552ba5d 100644 --- a/font/bh-type1/aclocal.m4 +++ b/font/bh-type1/aclocal.m4 @@ -387,7 +387,7 @@ else if test -f "$ac_aux_dir/mkinstalldirs"; then mkdir_p='$(mkinstalldirs)' else - mkdir_p='$(install_sh) -d' + mkdir_p='$(SHELL) $(install_sh) -d' fi fi AC_SUBST([mkdir_p])]) diff --git a/font/bh-type1/configure b/font/bh-type1/configure index 84bf5308e..f7d99b11e 100644 --- a/font/bh-type1/configure +++ b/font/bh-type1/configure @@ -1452,7 +1452,7 @@ else if test -f "$ac_aux_dir/mkinstalldirs"; then mkdir_p='$(mkinstalldirs)' else - mkdir_p='$(install_sh) -d' + mkdir_p='$(SHELL) $(install_sh) -d' fi fi |