plan9port: style nits

master
Adam Vandenberg 2014-02-02 10:10:57 -08:00
parent e91877a74f
commit 537fa3342f
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class Plan9port < Formula
libexec.install Dir["*"]
bin.install_symlink Dir["#{libexec}/bin/9"]
Dir["#{libexec}/mac/*.app"].each {|path| mv path, prefix }
prefix.install Dir["#{libexec}/mac/*.app"]
end
test do