aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-11-22 09:39:22 -0800
committerAdam Vandenberg2010-11-22 09:39:22 -0800
commit469d1c12ae250a60f6f285957633b511b2cb0845 (patch)
tree8c27793d55bdf4b4859284f4d3e90cef3dc780e0 /Library
parentc866bb17651eb7036c2a6ac1c0858f352fdffc7b (diff)
downloadhomebrew-469d1c12ae250a60f6f285957633b511b2cb0845.tar.bz2
Nethack - don't remove save folder
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/nethack.rb4
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