diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/nethack.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/nethack.rb b/Library/Formula/nethack.rb index 19072f2f4..955957541 100644 --- a/Library/Formula/nethack.rb +++ b/Library/Formula/nethack.rb @@ -57,6 +57,10 @@ class Nethack < Formula bin.install 'src/nethack' (libexec+'save').mkpath + + # These need to be group-writable in multi-user situations + system "chmod", "g+w", libexec + system "chmod", "g+w", libexec+'save' end end |
