From f3f7b6450701efce8574b117bd963677683c90da Mon Sep 17 00:00:00 2001 From: zrj Date: Sat, 14 Dec 2019 12:24:14 +0200 Subject: [PATCH] phantasia(6): Fix monters file permissions. Allow games group to write too. Reported-by: zach --- games/phantasia/phantasia/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/phantasia/phantasia/Makefile b/games/phantasia/phantasia/Makefile index 3ed2d716bd..c484bad41f 100644 --- a/games/phantasia/phantasia/Makefile +++ b/games/phantasia/phantasia/Makefile @@ -15,7 +15,7 @@ DATAFILES= characs gold lastdead mess motd scoreboard void CLEANFILES= ${DATAFILES} map monsters FILES= monsters -FILESMODE= 640 +FILESMODE= 660 FILESGRP= ${BINGRP} FILESDIR= /var/games/phantasia -- 2.41.0