deforaos-release: also run configure-update

This commit is contained in:
Pierre Pronchery 2020-12-28 00:21:31 +01:00
parent ec508d4b04
commit f29b8fd9f1

View File

@ -29,6 +29,7 @@
#environment
#executables
CONFIGURE="configure"
CONFIGURE_UPDATE="configure-update"
CVS="cvs"
GIT="git"
GREP="grep"
@ -162,6 +163,7 @@ _deforaos_release()
_release_configure()
{
if [ -f "$PROJECTCONF" ]; then
$DEBUG $CONFIGURE_UPDATE &&
$DEBUG $CONFIGURE
return $?
fi