aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sntop.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/sntop.rb b/Library/Formula/sntop.rb
index a1d52384d..83741d309 100644
--- a/Library/Formula/sntop.rb
+++ b/Library/Formula/sntop.rb
@@ -12,6 +12,7 @@ class Sntop < Formula
"--prefix=#{prefix}",
"--mandir=#{man}",
"--sysconfdir=#{etc}"
+ etc.mkpath
bin.mkpath
system "make install"
end