Rename config_shell to configure_shell.

--HG--
extra : convert_revision : 416900b81eca96e802f94b7a075842112d116eba
This commit is contained in:
Juan RP 2009-04-28 00:13:21 +02:00
parent b7fbbb9436
commit 9dfcab1416
4 changed files with 6 additions and 6 deletions

View file

@ -78,15 +78,15 @@ configure_src_phase()
. $XBPS_SHUTILSDIR/buildvars_funcs.sh
set_build_vars
if [ -z "${config_shell}" ]; then
config_shell=/bin/sh
if [ -z "${configure_shell}" ]; then
configure_shell=/bin/sh
fi
#
# Packages using GNU autoconf
#
if [ "$build_style" = "gnu_configure" ]; then
env CONFIG_SHELL=${config_shell} ${configure_script} \
env CONFIG_SHELL=${configure_shell} ${configure_script} \
--prefix=/usr --sysconfdir=/etc \
--infodir=/usr/share/info \
--mandir=/usr/share/man \