Rename config_shell to configure_shell.
--HG-- extra : convert_revision : 416900b81eca96e802f94b7a075842112d116eba
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -64,7 +64,7 @@ reset_tmpl_vars()
|
||||
short_desc maintainer long_desc checksum wrksrc \
|
||||
patch_files make_cmd base_chroot register_shell \
|
||||
make_build_target configure_script noextract \
|
||||
pre_configure pre_build pre_install config_shell \
|
||||
pre_configure pre_build pre_install configure_shell \
|
||||
post_configure post_build post_install \
|
||||
make_install_target version revision \
|
||||
sgml_catalogs xml_catalogs xml_entries sgml_entries \
|
||||
|
||||
Reference in New Issue
Block a user