diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/vice.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/vice.rb b/Library/Formula/vice.rb index 28bba4bf1..74fdbcecb 100644 --- a/Library/Formula/vice.rb +++ b/Library/Formula/vice.rb @@ -31,12 +31,12 @@ class Vice <Formula system "make" system "make bindist" - libexec.install Dir['vice-macosx-*/*'] + prefix.install Dir['vice-macosx-*/*'] remove_unused_icons end def caveats - "Cocoa apps for these emulators have been installed to #{libexec}." + "Cocoa apps for these emulators have been installed to #{prefix}." end end |
