diff options
author | mat <mat@FreeBSD.org> | 2015-11-05 21:14:45 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-11-05 21:14:45 +0800 |
commit | be08f023ff08063730fd407f29ee4fbc3d2eb39f (patch) | |
tree | 829f539391ab03103fcf6342241e0bb3165d86d1 /games/falconseye/files | |
parent | 344522393988339d341fda0818f0281645323f90 (diff) | |
download | freebsd-ports-gnome-be08f023ff08063730fd407f29ee4fbc3d2eb39f.tar.gz freebsd-ports-gnome-be08f023ff08063730fd407f29ee4fbc3d2eb39f.tar.zst freebsd-ports-gnome-be08f023ff08063730fd407f29ee4fbc3d2eb39f.zip |
Fix build as a user.
Sponsored by: Absolight
Diffstat (limited to 'games/falconseye/files')
-rw-r--r-- | games/falconseye/files/patch-sys_unix_Makefile_top | 2 |
1 files changed, 1 insertions, 1 deletions
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 |