diff options
Diffstat (limited to 'Library/Formula/ps2eps.rb')
| -rw-r--r-- | Library/Formula/ps2eps.rb | 8 | 
1 files changed, 3 insertions, 5 deletions
| diff --git a/Library/Formula/ps2eps.rb b/Library/Formula/ps2eps.rb index 6f2fd502f..f2c513f31 100644 --- a/Library/Formula/ps2eps.rb +++ b/Library/Formula/ps2eps.rb @@ -11,10 +11,8 @@ class Ps2eps < Formula    def install      system "#{ENV.cc} #{ENV.cflags} src/C/bbox.c -o bbox" -    bin.install 'bin/ps2eps' -    bin.install 'bbox' -    share.install Dir['doc/man'] -    doc.install Dir['doc/pdf'] -    doc.install Dir['doc/html'] +    bin.install "bin/ps2eps", "bbox" +    share.install "doc/man" +    doc.install "doc/pdf", "doc/html"    end  end | 
