aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Howell2009-06-26 13:05:11 +0100
committerMax Howell2009-06-26 13:05:11 +0100
commit9f9d95c13466c7e90ff503b96190ece7abce510a (patch)
treef9db9875f2e2de28ccda8b6584f25484e50a56f0
parent67d418f71d1dffd9f808553dd2621b6a28a3112a (diff)
downloadbrew-9f9d95c13466c7e90ff503b96190ece7abce510a.tar.bz2
brew mk, @homepage in front of @md5 as this is order you type
-rwxr-xr-xbin/brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/brew b/bin/brew
index 89193a59f..a2615d172 100755
--- a/bin/brew
+++ b/bin/brew
@@ -293,8 +293,8 @@ begin
f.puts
f.puts "class #{__class $1} <Formula"
f.puts " @url='#{url}'"
+ f.puts " @homepage=''" # second because you fill in these two first
f.puts " @md5=''"
- f.puts " @homepage=''"
f.puts
f.puts " def install"
f.puts " system \"./configure --disable-debug --prefix='\#{prefix}'\""