aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2013-09-14 08:54:35 +0100
committerMike McQuaid2013-09-14 12:05:17 +0100
commit3c350eea66f6bff171c08a49088e7c8477882a80 (patch)
tree63ac02b1a8145d2c57d92082eeac0f77aaf2ffdd /Library/Formula
parentc2f7d5a5b358a8b3685f594d7b21af742d9c5ec1 (diff)
downloadhomebrew-3c350eea66f6bff171c08a49088e7c8477882a80.tar.bz2
root: cleanup comments.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/root.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/root.rb b/Library/Formula/root.rb
index 1f695dfa2..545fa7bc0 100644
--- a/Library/Formula/root.rb
+++ b/Library/Formula/root.rb
@@ -20,7 +20,7 @@ class Root < Formula
'man/man1/setup-pq2.1', 'README/INSTALL', 'README/README'],
/bin.thisroot/, 'libexec/thisroot'
- #Determine architecture
+ # Determine architecture
arch = MacOS.prefer_64_bit? ? 'macosx64' : 'macosx'
# N.B. that it is absolutely essential to specify
@@ -40,7 +40,8 @@ class Root < Formula
system "make"
system "make install"
- prefix.install 'test' # needed to run test suite
+ # needed to run test suite
+ prefix.install 'test'
libexec.mkpath
mv Dir["#{bin}/*.*sh"], libexec