<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -9,17 +9,12 @@ class Couchdb &lt;Formula
   depends_on 'icu4c'
   depends_on 'erlang'
 
-  def skip_clean? path
-    path == prefix+&quot;var/lib/couchdb&quot; or
-    path == prefix+&quot;var/log/couchdb&quot;
-  end
-
   def install
-    system &quot;./configure&quot;, &quot;--prefix=#{prefix}&quot;
+    system &quot;./configure&quot;, &quot;--prefix=#{prefix}&quot;, &quot;--localstatedir=#{var}&quot;, &quot;--sysconfdir=#{etc}&quot;
     system &quot;make&quot;
     system &quot;make install&quot;
 
-    (prefix+&quot;var/lib/couchdb&quot;).mkpath
-    (prefix+&quot;var/log/couchdb&quot;).mkpath
+    (var+'lib'+'couchdb').mkpath
+    (var+'log'+'couchdb').mkpath
   end
 end</diff>
      <filename>Library/Formula/couchdb.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>43fac25fdeef7ace132cb9f24357d0277c5de654</id>
    </parent>
  </parents>
  <author>
    <name>Max Howell</name>
    <email>max@methylblue.com</email>
  </author>
  <url>http://github.com/walter/homebrew/commit/afb3f6547255575a179cdced05772fdc7a3c943d</url>
  <id>afb3f6547255575a179cdced05772fdc7a3c943d</id>
  <committed-date>2009-10-04T10:36:44-07:00</committed-date>
  <authored-date>2009-10-04T08:08:28-07:00</authored-date>
  <message>Simplify couchdb formula</message>
  <tree>a0bcac3c0f1648e62efc2a7a9b7c199f4c86f486</tree>
  <committer>
    <name>Max Howell</name>
    <email>max@methylblue.com</email>
  </committer>
</commit>
