Override shell used in GNU configure scripts to /bin/sh.
--HG-- extra : convert_revision : cf85c364a4fe932f968fe6b438edfa24bdcbb669
This commit is contained in:
parent
0904702b0b
commit
d783a3acaf
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ configure_src_phase()
|
|||
# Packages using GNU autoconf
|
||||
#
|
||||
if [ "$build_style" = "gnu_configure" ]; then
|
||||
${configure_script} \
|
||||
env CONFIG_SHELL=/bin/sh ${configure_script} \
|
||||
--prefix=/usr --sysconfdir=/etc \
|
||||
--infodir=/usr/share/info \
|
||||
--mandir=/usr/share/man \
|
||||
|
|
Loading…
Reference in a new issue