aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/scons.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/scons.rb')
-rw-r--r--Library/Formula/scons.rb11
1 files changed, 4 insertions, 7 deletions
diff --git a/Library/Formula/scons.rb b/Library/Formula/scons.rb
index b976f5bb7..12a5ad148 100644
--- a/Library/Formula/scons.rb
+++ b/Library/Formula/scons.rb
@@ -7,13 +7,10 @@ class Scons <Formula
version '2.0.0'
def install
- man1.install gzip('scons-time.1')
- man1.install gzip('scons.1')
- man1.install gzip('sconsign.1')
-
+ man1.install [gzip('scons-time.1'), gzip('scons.1'), gzip('sconsign.1')]
system "python", "setup.py", "install",
- "--prefix=#{prefix}",
- "--standalone-lib",
- "--no-version-script", "--no-install-man"
+ "--prefix=#{prefix}",
+ "--standalone-lib",
+ "--no-version-script", "--no-install-man"
end
end