From be08f023ff08063730fd407f29ee4fbc3d2eb39f Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 5 Nov 2015 13:14:45 +0000 Subject: Fix build as a user. Sponsored by: Absolight --- games/falconseye/files/patch-sys_unix_Makefile_top | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/falconseye/files') diff --git a/games/falconseye/files/patch-sys_unix_Makefile_top b/games/falconseye/files/patch-sys_unix_Makefile_top index 1a1585904fc8..09af962183e4 100644 --- a/games/falconseye/files/patch-sys_unix_Makefile_top +++ b/games/falconseye/files/patch-sys_unix_Makefile_top @@ -37,7 +37,7 @@ # setgid instead of setuid. Therefore we must also allow group writing # for the files and directories. -GAMEPERM = 02755 -+GAMEPERM = 02555 ++GAMEPERM = 0555 FILEPERM = 0664 EXEPERM = 0755 DIRPERM = 0775 -- cgit