diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/detox.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/detox.rb b/Library/Formula/detox.rb index 519526143..7fa67ac78 100644 --- a/Library/Formula/detox.rb +++ b/Library/Formula/detox.rb @@ -8,8 +8,8 @@ class Detox <Formula def install system "./configure", "--mandir=#{man}", "--prefix=#{prefix}" system "make" - FileUtils.mkdir(prefix + "etc") - FileUtils.mkdir_p(prefix + "share/detox") + (prefix + "etc").mkpath + (share + "detox").mkpath system "make install" end end
\ No newline at end of file |
