<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,11 +1,8 @@
 #!/usr/bin/env ruby
 
-# Touch some files so they won't be created as root.
-system(&quot;touch log/development.log&quot;)
-system(&quot;touch log/production.log&quot;)
-system(&quot;touch db/development.sqlite3&quot;)
-system(&quot;touch db/production.sqlite3&quot;)
-system(&quot;touch tmp/attachment_fu&quot;)
+# Create some files and directories so they won't be created as root.
+# This doesn't do the actual installation, since that needs to be done as root.
+system(&quot;rake gems:install&quot;)
 # Install the gem dependencies (if any).
 system(&quot;sudo rake gems:install&quot;)
 # Run the main install task.</diff>
      <filename>script/install</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a7d9922d997bd6c0a7c99c2747b5aa06b07ebd20</id>
    </parent>
  </parents>
  <author>
    <name>Michael Hartl</name>
    <email>michael@michaelhartl.com</email>
  </author>
  <url>http://github.com/insoshi/insoshi/commit/90202c84d967bdb539c7c834450bfce7ee8e6efe</url>
  <id>90202c84d967bdb539c7c834450bfce7ee8e6efe</id>
  <committed-date>2008-08-04T11:28:32-07:00</committed-date>
  <authored-date>2008-08-04T11:27:57-07:00</authored-date>
  <message>Update install script to create needed files and directiories automatically</message>
  <tree>cf460814f22d915a7604aa936b79adcb87db3e8c</tree>
  <committer>
    <name>Michael Hartl</name>
    <email>michael@michaelhartl.com</email>
  </committer>
</commit>
