mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
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
|
cat ${wrksrc}/.xbps_post_install.log
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
unset_build_vars
|
|
||||||
|
|
||||||
# Remove libtool archives by default.
|
# Remove libtool archives by default.
|
||||||
if [ -z "$keep_libtool_archives" ]; then
|
if [ -z "$keep_libtool_archives" ]; then
|
||||||
|
@ -186,6 +185,8 @@ install_src_phase()
|
||||||
rm -rf $saved_wrksrc && \
|
rm -rf $saved_wrksrc && \
|
||||||
msg_normal "Removed $sourcepkg-$lver build directory."
|
msg_normal "Removed $sourcepkg-$lver build directory."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
unset_build_vars
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue