forked from extern/shorewall_code
Fix AUTOMAKE=Yes
This commit is contained in:
parent
3c29c44680
commit
9d80b7f72f
@ -486,7 +486,7 @@ start_command() {
|
|||||||
|
|
||||||
export RESTOREFILE
|
export RESTOREFILE
|
||||||
|
|
||||||
if make -qf ${CONFDIR}/Makefile; then
|
if ! make -qf ${CONFDIR}/Makefile; then
|
||||||
g_fast=
|
g_fast=
|
||||||
AUTOMAKE=
|
AUTOMAKE=
|
||||||
fi
|
fi
|
||||||
|
@ -419,7 +419,7 @@ start_command() {
|
|||||||
|
|
||||||
export RESTOREFILE
|
export RESTOREFILE
|
||||||
|
|
||||||
if make -qf ${CONFDIR}/Makefile; then
|
if ! make -qf ${CONFDIR}/Makefile; then
|
||||||
g_fast=
|
g_fast=
|
||||||
AUTOMAKE=
|
AUTOMAKE=
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user