diff options
| -rw-r--r-- | Library/Formula/skipfish.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/skipfish.rb b/Library/Formula/skipfish.rb index 7f605ae33..bc0d8719d 100644 --- a/Library/Formula/skipfish.rb +++ b/Library/Formula/skipfish.rb @@ -15,7 +15,7 @@ class Skipfish < Formula "#define ASSETS_DIR \"#{libexec}/assets\"" system "make" bin.install "skipfish" - libexec.install ["dictionaries", "assets"] + libexec.install "assets", "dictionaries" end def caveats; <<-EOS.undent |
