aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2009-06-08 16:03:13 +0100
committerMax Howell2009-06-08 16:03:13 +0100
commit16d9a4a86c8dae99be25d1ffa89caadb09c39bc2 (patch)
tree56dabbb1324ff25a3055b461d641b97e52e73e52 /Library
parentccde086382e1b9416c1a53a844abd3633751983b (diff)
downloadhomebrew-16d9a4a86c8dae99be25d1ffa89caadb09c39bc2.tar.bz2
Small tweaks to two formulae
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pngcrush.rb2
-rw-r--r--Library/Formula/wget.rb1
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