summaryrefslogtreecommitdiff
path: root/build/phases.go
diff options
context:
space:
mode:
Diffstat (limited to 'build/phases.go')
-rw-r--r--build/phases.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/phases.go b/build/phases.go
index 095263c..02e84e4 100644
--- a/build/phases.go
+++ b/build/phases.go
@@ -6,6 +6,7 @@ const (
PhasePrivileged Phase = iota
PhasePrivilegeDropped
PhasePreInstall
+ PhaseInstall
PhasePostInstall
)