From 5afa8cb00a17a4227645a60d07548dde8c453f66 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 4 Jun 2014 22:28:17 -0500 Subject: sntop: create etc directory before make --- Library/Formula/sntop.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') 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 -- cgit v1.2.3