diff options
Diffstat (limited to 'Library/Formula/jnethack.rb')
| -rw-r--r-- | Library/Formula/jnethack.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/jnethack.rb b/Library/Formula/jnethack.rb index af9f613f4..768025011 100644 --- a/Library/Formula/jnethack.rb +++ b/Library/Formula/jnethack.rb @@ -50,7 +50,7 @@ class Jnethack < Formula # Make the data first, before we munge the CFLAGS system "cd dat;make" - Dir.chdir 'dat' do + cd 'dat' do %w(perm logfile).each do |f| system "touch", f libexec.install f |
