mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-11 01:36:35 +02:00
13 lines
354 B
Diff
13 lines
354 B
Diff
diff --git a/source/Makefile b/source/Makefile
|
|
index eb65f6d..2b13ab1 100644
|
|
--- a/source/Makefile
|
|
+++ b/source/Makefile
|
|
@@ -407,7 +407,7 @@ MCHMOD_SAVEDIR := 775
|
|
MCHMOD_LOGS := 664
|
|
|
|
# The user:group to install the game as.
|
|
-INSTALL_UGRP := games:games
|
|
+INSTALL_UGRP := root:root
|
|
endif
|
|
|
|
ifeq ($(patsubst %/local,%,$(patsubst %/,%,$(prefix))),/usr)
|