diff options
| author | Mike McQuaid | 2013-09-14 08:54:35 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-09-14 12:05:17 +0100 |
| commit | 3c350eea66f6bff171c08a49088e7c8477882a80 (patch) | |
| tree | 63ac02b1a8145d2c57d92082eeac0f77aaf2ffdd /Library/Formula | |
| parent | c2f7d5a5b358a8b3685f594d7b21af742d9c5ec1 (diff) | |
| download | homebrew-3c350eea66f6bff171c08a49088e7c8477882a80.tar.bz2 | |
root: cleanup comments.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/root.rb | 5 |
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 |
