Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
detox: audit fixes
Browse files Browse the repository at this point in the history
Closes #48730.

Signed-off-by: Andrew Janke <andrew@apjanke.net>
  • Loading branch information
nijikon authored and apjanke committed Feb 2, 2016
1 parent 344c585 commit 93feb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/detox.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def install
system "./configure", "--mandir=#{man}", "--prefix=#{prefix}"
system "make"
(prefix/"etc").mkpath
(share/"detox").mkpath
pkgshare.mkpath
system "make", "install"
end
end

0 comments on commit 93feb36

Please sign in to comment.