detox: audit fixes

Closes Homebrew/homebrew#48730.

Signed-off-by: Andrew Janke <andrew@apjanke.net>
master
Tomasz Pajor 2016-02-02 07:05:53 +01:00 committed by Andrew Janke
parent 6d3d23a0f3
commit 566fab0c0b
1 changed files with 1 additions and 1 deletions

View File

@ -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