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