vice - install apps to prefix instead of libexec

master
Adam Vandenberg 2010-06-09 13:53:04 -07:00
parent 3ea6b891cf
commit e8ea94b53f
1 changed files with 2 additions and 2 deletions

View File

@ -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