Override shell used in GNU configure scripts to /bin/sh.

--HG--
extra : convert_revision : cf85c364a4fe932f968fe6b438edfa24bdcbb669
This commit is contained in:
Juan RP 2009-04-18 19:24:14 +02:00
parent 0904702b0b
commit d783a3acaf
1 changed files with 1 additions and 1 deletions

View File

@ -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 \