<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,7 +6,7 @@ dest = File.dirname(__FILE__)+&quot;/../../../public&quot;
 
 filename =  &quot;#{dest}/javascripts/swfobject.js&quot;
 unless File.exist?(filename)
-  FileUtils.cp &quot;#{src}/javascripts/&quot;, filename
+  FileUtils.cp &quot;#{src}/javascripts/swfobject.js&quot;, filename
   puts &quot;Copying 'swfobject.js'&quot;
 end
 
@@ -17,8 +17,8 @@ end
 
 filename = &quot;#{dest}/swfs/expressInstall.swf&quot;
 unless File.exist?(filename)
-  FileUtils.cp &quot;#{src}/swfs/&quot;, filename 
+  FileUtils.cp &quot;#{src}/swfs/expressInstall.swf&quot;, filename
   puts &quot;Copying 'expressInstall.swf', the default flash auto-installer.&quot;
 end
 
-puts &quot;Installation done.&quot;
\ No newline at end of file
+puts &quot;Installation done.&quot;</diff>
      <filename>install.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,5 +2,5 @@ require &quot;fileutils&quot;
 
 dest = File.dirname(__FILE__) + &quot;/../../../public&quot;
 FileUtils.rm  &quot;#{dest}/javascripts/swfobject.js&quot; rescue puts &quot;Warning: swfobject.js could not be deleted&quot;
-FileUtils.rm  &quot;#{dest}/swfs/expressInstall.swf&quot; rescue puts &quot;Warning: swfobject.js could not be deleted&quot;
+FileUtils.rm  &quot;#{dest}/swfs/expressInstall.swf&quot; rescue puts &quot;Warning: expressInstall.swf could not be deleted&quot;
 Dir.rmdir &quot;#{dest}/swfs/&quot; rescue &quot;don't worry if directory is not empty&quot;
\ No newline at end of file</diff>
      <filename>uninstall.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5c1bde9576bb913b7f5cc61cc029bf045814d449</id>
    </parent>
  </parents>
  <author>
    <name>Marc-Andre Lafortune</name>
    <email>github@marc-andre.ca</email>
  </author>
  <url>http://github.com/marcandre/swf_fu/commit/e0be3a5e238ca2010ec4449e05836c8cefa88dbf</url>
  <id>e0be3a5e238ca2010ec4449e05836c8cefa88dbf</id>
  <committed-date>2008-12-25T23:22:52-08:00</committed-date>
  <authored-date>2008-12-25T23:22:52-08:00</authored-date>
  <message>Fixed installer</message>
  <tree>26372bbfc499b42778c194f6f6a15c68b0556fcc</tree>
  <committer>
    <name>Marc-Andre Lafortune</name>
    <email>github@marc-andre.ca</email>
  </committer>
</commit>
