xbps-src-doinst-helper: unset build vars later.

This commit is contained in:
Juan RP 2010-05-10 11:08:34 +02:00
parent 136224389c
commit 823f820827

View file

@ -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
}
#