deforaos-release: also run configure-update
This commit is contained in:
parent
ec508d4b04
commit
f29b8fd9f1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user