redo: fix audit
redo: * Use `system "./redo", "install"` instead of `system "./redo install"`
This commit is contained in:
parent
2ff5f4fa4b
commit
ed805b3b44
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class Redo < Formula
|
||||||
|
|
||||||
def install
|
def install
|
||||||
ENV["PREFIX"] = prefix
|
ENV["PREFIX"] = prefix
|
||||||
system "./redo install"
|
system "./redo", "install"
|
||||||
rm share/"doc/redo/README.md" # lets not have two copies
|
rm share/"doc/redo/README.md" # lets not have two copies
|
||||||
man1.install resource("docs")
|
man1.install resource("docs")
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue