xbps-src-doinst-helper: unset build vars later.
This commit is contained in:
parent
136224389c
commit
823f820827
1 changed files with 2 additions and 1 deletions
|
@ -124,7 +124,6 @@ install_src_phase()
|
|||
cat ${wrksrc}/.xbps_post_install.log
|
||||
exit 1
|
||||
fi
|
||||
unset_build_vars
|
||||
|
||||
# Remove libtool archives by default.
|
||||
if [ -z "$keep_libtool_archives" ]; then
|
||||
|
@ -186,6 +185,8 @@ install_src_phase()
|
|||
rm -rf $saved_wrksrc && \
|
||||
msg_normal "Removed $sourcepkg-$lver build directory."
|
||||
fi
|
||||
|
||||
unset_build_vars
|
||||
}
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue