Fix build_src_phase().
--HG-- extra : convert_revision : 6cdb0f47c17e445bc3bef8ebe52221596059018d
This commit is contained in:
parent
1d093050d1
commit
e3ac7fd84c
1 changed files with 1 additions and 1 deletions
2
xbps.sh
2
xbps.sh
|
@ -834,7 +834,7 @@ build_src_phase()
|
||||||
${run_stuff_before_install_cmd}
|
${run_stuff_before_install_cmd}
|
||||||
unset rbif
|
unset rbif
|
||||||
|
|
||||||
if [ -z "$libtool_fixup_la_stage"
|
if [ -z "$libtool_fixup_la_stage" \
|
||||||
-o "$libtool_fixup_la_stage" = "postbuild" ]; then
|
-o "$libtool_fixup_la_stage" = "postbuild" ]; then
|
||||||
libtool_fixup_la_files
|
libtool_fixup_la_files
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue