git-extras: remove unnecessary skip_clean
This commit is contained in:
parent
117dd7f453
commit
26f57f0d62
1 changed files with 0 additions and 3 deletions
|
@ -14,9 +14,6 @@ class GitExtras < Formula
|
|||
sha1 "54df32fa640c8cd05616c8ebb5cbf1ec8cc95565" => :mountain_lion
|
||||
end
|
||||
|
||||
# Don't take +x off these files
|
||||
skip_clean "bin"
|
||||
|
||||
def install
|
||||
inreplace "Makefile", %r|\$\(DESTDIR\)(?=/etc/bash_completion\.d)|, "$(DESTDIR)$(PREFIX)"
|
||||
system "make", "PREFIX=#{prefix}", "install"
|
||||
|
|
Loading…
Reference in a new issue