diff options
| author | Adam Vandenberg | 2012-08-30 21:06:18 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-08-30 21:06:36 -0700 |
| commit | 7142458f1779d0746552c276a3ce14f32a6cf97e (patch) | |
| tree | 20113fe93709ce3b610c60ce838b891528412dfc | |
| parent | 0e15844d183db1ec63c272dcc25960e076a1cd4c (diff) | |
| download | homebrew-7142458f1779d0746552c276a3ce14f32a6cf97e.tar.bz2 | |
samba 3.6.7
| -rw-r--r-- | Library/Formula/samba.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/samba.rb b/Library/Formula/samba.rb index f4b49441f..fdc3b8d49 100644 --- a/Library/Formula/samba.rb +++ b/Library/Formula/samba.rb @@ -2,8 +2,8 @@ require 'formula' class Samba < Formula homepage 'http://samba.org/' - url 'http://samba.org/samba/ftp/stable/samba-3.6.6.tar.gz' - sha1 'f1516ce332fe11c68a052855edd745368ac4d8e9' + url 'http://samba.org/samba/ftp/stable/samba-3.6.7.tar.gz' + sha1 '668b0e1c506b4b08fbb2e948f1c48a0ede19b6cf' # Needed for autogen.sh depends_on :automake @@ -27,7 +27,7 @@ class Samba < Formula "--prefix=#{prefix}", "--with-configdir=#{prefix}/etc" system "make install" - (prefix+'etc').mkpath + (prefix/'etc').mkpath system "touch", "#{prefix}/etc/smb.conf" end end |
