From e625869947997ffd1a0799592a50d176496f0b2f Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 14 Sep 2013 08:54:35 +0100 Subject: [PATCH] root: cleanup comments. --- Formula/root.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/root.rb b/Formula/root.rb index 1f695dfa2bc..545fa7bc062 100644 --- a/Formula/root.rb +++ b/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