detox: audit fixes
Closes Homebrew/homebrew#48730. Signed-off-by: Andrew Janke <andrew@apjanke.net>master
parent
6d3d23a0f3
commit
566fab0c0b
|
@ -8,7 +8,7 @@ class Detox < Formula
|
|||
system "./configure", "--mandir=#{man}", "--prefix=#{prefix}"
|
||||
system "make"
|
||||
(prefix/"etc").mkpath
|
||||
(share/"detox").mkpath
|
||||
pkgshare.mkpath
|
||||
system "make", "install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue