build_funcs.sh: collapse two if conditions into one.
--HG-- extra : convert_revision : 85676631474dc08c573cdc500b8867dbc76e0d6d
This commit is contained in:
parent
2656d14aaf
commit
b19babeff4
1 changed files with 0 additions and 3 deletions
|
@ -72,9 +72,6 @@ build_src_phase()
|
||||||
if [ -z "$in_chroot" ]; then
|
if [ -z "$in_chroot" ]; then
|
||||||
. $XBPS_SHUTILSDIR/libtool_funcs.sh
|
. $XBPS_SHUTILSDIR/libtool_funcs.sh
|
||||||
libtool_fixup_file
|
libtool_fixup_file
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -z "$in_chroot" ]; then
|
|
||||||
. $XBPS_SHUTILSDIR/buildvars_funcs.sh
|
. $XBPS_SHUTILSDIR/buildvars_funcs.sh
|
||||||
set_build_vars
|
set_build_vars
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue