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 5476e37dc..ea2186eb4 100644 --- a/Library/Formula/nethack.rb +++ b/Library/Formula/nethack.rb @@ -16,6 +16,9 @@ class Nethack <Formula version '3.4.3' md5 '21479c95990eefe7650df582426457f9' + # Don't remove save folder + skip_clean 'libexec/save' + def patches DATA end @@ -51,6 +54,7 @@ class Nethack <Formula system 'cd src;make' bin.install 'src/nethack' + (libexec+'save').mkpath end end |
