diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/plan9port.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/plan9port.rb b/Library/Formula/plan9port.rb index a997142c8..64efae8fc 100644 --- a/Library/Formula/plan9port.rb +++ b/Library/Formula/plan9port.rb @@ -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 |
