From bbd0f3bb21442a2833916110cbe8e9a07e9f4c1f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 31 Jul 2015 12:52:20 +0200 Subject: Essential install module functionality --- build/operation | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build/operation') diff --git a/build/operation b/build/operation index 55f901d..ad7b911 100644 --- a/build/operation +++ b/build/operation @@ -112,9 +112,11 @@ namespace build const operation_id default_id = 1; const operation_id update_id = 2; const operation_id clean_id = 3; + const operation_id install_id = 4; const action_id perform_update_id = (perform_id << 4) | update_id; const action_id perform_clean_id = (perform_id << 4) | clean_id; + const action_id perform_install_id = (perform_id << 4) | install_id; // Recipe execution mode. // -- cgit v1.1