summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cnf/make.globals')
-rw-r--r--cnf/make.globals4
1 files changed, 4 insertions, 0 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index 0eb5077c..2586ca2f 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -60,6 +60,10 @@ CONFIG_PROTECT="/etc"
# Disable auto-use
USE_ORDER="env:pkg:conf:defaults"
+# Default ownership of installed files.
+PORTAGE_INST_UID="0"
+PORTAGE_INST_GID="0"
+
# *****************************
# ** DO NOT EDIT THIS FILE **
# ***************************************************