build_funcs.sh: collapse two if conditions into one.

--HG--
extra : convert_revision : 85676631474dc08c573cdc500b8867dbc76e0d6d
This commit is contained in:
Juan RP 2008-12-15 09:23:08 +01:00
parent 2656d14aaf
commit b19babeff4
1 changed files with 0 additions and 3 deletions

View File

@ -72,9 +72,6 @@ build_src_phase()
if [ -z "$in_chroot" ]; then
. $XBPS_SHUTILSDIR/libtool_funcs.sh
libtool_fixup_file
fi
if [ -z "$in_chroot" ]; then
. $XBPS_SHUTILSDIR/buildvars_funcs.sh
set_build_vars
fi