aboutsummaryrefslogtreecommitdiff
path: root/src/comp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/comp.c')
-rw-r--r--src/comp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/comp.c b/src/comp.c
index 6a0e4ba..83818c2 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -729,6 +729,9 @@ component_finish (struct component *comp, grecs_locus_t *locus)
comp->prereq = NULL;
}
}
+
+ if (comp->mode == pies_comp_ondemand)
+ comp->flags |= CF_DISABLED;
}
}

Return to:

Send suggestions and report system problems to the System administrator.