diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pngcrush.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/wget.rb | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/pngcrush.rb b/Library/Formula/pngcrush.rb index 00a889403..8e63023c9 100644 --- a/Library/Formula/pngcrush.rb +++ b/Library/Formula/pngcrush.rb @@ -7,6 +7,6 @@ class Pngcrush <Formula def install system "make" - FileUtils.cp 'pngcrush', bin + bin.mv_from 'pngcrush' end end
\ No newline at end of file diff --git a/Library/Formula/wget.rb b/Library/Formula/wget.rb index 2ba5722e0..99288b295 100644 --- a/Library/Formula/wget.rb +++ b/Library/Formula/wget.rb @@ -7,7 +7,6 @@ class Wget <Formula def install system "./configure --disable-debug --prefix='#{prefix}'" - system "make" system "make install" end end
\ No newline at end of file |
