ii: fix audit
ii: * `head` (line 16) should be put before `bottle block` (line 7)
This commit is contained in:
parent
ac1591a155
commit
7694ad938b
1 changed files with 1 additions and 2 deletions
|
@ -3,6 +3,7 @@ class Ii < Formula
|
|||
homepage "http://tools.suckless.org/ii"
|
||||
url "http://dl.suckless.org/tools/ii-1.7.tar.gz"
|
||||
sha256 "3a72ac6606d5560b625c062c71f135820e2214fed098e6d624fc40632dc7cc9c"
|
||||
head "http://git.suckless.org/ii", :using => :git
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
@ -13,8 +14,6 @@ class Ii < Formula
|
|||
sha256 "5be7e1ba2e3dddf0d8700366c2ebee273c6c570fc4d6e20655d0bd9219478e9b" => :mavericks
|
||||
end
|
||||
|
||||
head "http://git.suckless.org/ii", :using => :git
|
||||
|
||||
def install
|
||||
inreplace "config.mk" do |s|
|
||||
s.gsub! "/usr/local", prefix
|
||||
|
|
Loading…
Reference in a new issue