aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/samba.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/samba.rb b/Library/Formula/samba.rb
index e0cdebf85..218de3c2d 100644
--- a/Library/Formula/samba.rb
+++ b/Library/Formula/samba.rb
@@ -7,6 +7,9 @@ class Samba < Formula
conflicts_with 'talloc', :because => 'both install `include/talloc.h`'
+ skip_clean 'private'
+ skip_clean 'var/locks'
+
# Fixes the Grouplimit of 16 users os OS X.
# Bug has been raised upstream:
# https://bugzilla.samba.org/show_bug.cgi?id=8773
@@ -24,6 +27,8 @@ class Samba < Formula
system "make install"
(prefix/'etc').mkpath
touch prefix/'etc/smb.conf'
+ (prefix/'private').mkpath
+ (var/'locks').mkpath
end
end
end