aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2010-06-09 13:53:04 -0700
committerAdam Vandenberg2010-06-09 13:53:38 -0700
commit324322a924f9ea28ed501c2e77abbdcd1530983b (patch)
tree6cd80132fa979113c14c3608b2eb408057c314dd /Library/Formula
parent61cf75d67a7a506f8c196c48d456e5f3a0f396a7 (diff)
downloadhomebrew-324322a924f9ea28ed501c2e77abbdcd1530983b.tar.bz2
vice - install apps to prefix instead of libexec
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/vice.rb4
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