From beb7c5d2a12873e68b05e9d42b3fc81024977910 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 21 Oct 2012 13:08:09 -0700 Subject: pdsh: style nits --- Library/Formula/pdsh.rb | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'Library') diff --git a/Library/Formula/pdsh.rb b/Library/Formula/pdsh.rb index 184796b61..d073a7d32 100644 --- a/Library/Formula/pdsh.rb +++ b/Library/Formula/pdsh.rb @@ -7,13 +7,15 @@ class Pdsh < Formula depends_on 'readline' - # don't strip binaries - skip_clean ['bin', 'lib'] - def install - system "./configure", "--prefix=#{prefix}", "--with-ssh", "--without-rsh", - "--with-dshgroups", "--with-nodeupdown", - "--with-readline", "--without-xcpu", "--mandir=#{man}" + system "./configure", "--prefix=#{prefix}", + "--mandir=#{man}", + "--with-ssh", + "--without-rsh", + "--with-dshgroups", + "--with-nodeupdown", + "--with-readline", + "--without-xcpu" system "make install" end end -- cgit v1.2.3