mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
brew mk, @homepage in front of @md5 as this is order you type
This commit is contained in:
parent
67d418f71d
commit
9f9d95c134
2
bin/brew
2
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}'\""
|
||||
|
Loading…
x
Reference in New Issue
Block a user