<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -162,9 +162,10 @@ task :build_boot_scripts =&gt; [:recompile] do
   rakefile, location = Rake.application.find_rakefile_location
   root_dir = ::File.expand_path( ::File.join(location) )
   @version = ENV[&quot;VERSION&quot;] || ENV[&quot;V&quot;] || &quot;0.1&quot;
-  @name = ENV[&quot;NAME&quot;] || ::File.basename(::File.dirname( root_dir ))
+  @name = ENV[&quot;NAME&quot;] || ::File.basename(root_dir)
   
   cmd = &quot;erl -pa ./ebin/ -run packager start #{@name} #{@version} -run init stop -noshell&quot;
+  puts cmd
   Kernel.system cmd
 end
 </diff>
      <filename>tasks/build.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c8460d3f34d127d768c621999456b1eb7e987c78</id>
    </parent>
  </parents>
  <author>
    <name>Nate Murray</name>
    <email>nate@natemurray.com</email>
  </author>
  <url>http://github.com/auser/skelerl/commit/252c7308f1c8d0cc277a491db719dffc4fae0571</url>
  <id>252c7308f1c8d0cc277a491db719dffc4fae0571</id>
  <committed-date>2009-08-18T15:43:01-07:00</committed-date>
  <authored-date>2009-08-18T15:43:01-07:00</authored-date>
  <message>updated how it finds the name for the boot scripts</message>
  <tree>074262e9ca9ddbcc28fae00569c593e21a2f6520</tree>
  <committer>
    <name>Nate Murray</name>
    <email>nate@natemurray.com</email>
  </committer>
</commit>
