aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/icecast.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/icecast.rb')
-rw-r--r--Library/Formula/icecast.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/icecast.rb b/Library/Formula/icecast.rb
index 7852c5dbb..7309cd2fe 100644
--- a/Library/Formula/icecast.rb
+++ b/Library/Formula/icecast.rb
@@ -15,7 +15,7 @@ class Icecast <Formula
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make install"
- (prefix + 'var' + 'log' + 'icecast').mkpath
- touch prefix + 'var' + 'log' + 'icecast' + 'error.log'
+ (prefix+'var/log/icecast').mkpath
+ touch prefix+'var/log/icecast/error.log'
end
end