From 20161a4eafce809bd1ff461e04c5a2127a68f927 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 2 Feb 2014 10:10:57 -0800 Subject: plan9port: style nits --- Library/Formula/plan9port.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3