platypus: audit fixes
This commit is contained in:
parent
b68d8f3aef
commit
8cee7b90da
1 changed files with 5 additions and 5 deletions
|
@ -29,18 +29,18 @@ class Platypus < Formula
|
|||
bin.install "platypus_clt" => "platypus"
|
||||
|
||||
cd "build/UninstalledProducts/macosx/ScriptExec.app/Contents" do
|
||||
(share/"platypus").install "Resources/MainMenu.nib", "MacOS/ScriptExec"
|
||||
pkgshare.install "Resources/MainMenu.nib", "MacOS/ScriptExec"
|
||||
end
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/platypus", "-v"
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<-EOS.undent
|
||||
This formula only installs the command-line Platypus tool, not the GUI.
|
||||
If you want the GUI, download the app from the project's Web page directly.
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/platypus", "-v"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue