Rakefile in sensible-cinema-0.24.4 vs Rakefile in sensible-cinema-0.24.5

- old
+ new

@@ -101,10 +101,11 @@ existing = Dir['*'] FileUtils.mkdir_p dir_out FileUtils.cp_r(existing, dir_out) # copies files, subdirs in # these belong in the parent dir, by themselves. FileUtils.cp(Dir["#{dir_out}/template_bats/*.bat"], "#{dir_out}/..") - FileUtils.cp_r(dir_out + '/template_bats/mac', dir_out) + puts 'still not mac compatible OOTB' +# FileUtils.cp_r(dir_out + '/template_bats/mac', dir_out) p 'created (still need to zip it) ' + dir_out FileUtils.rm_rf Dir[dir_out + '/**/{spec}'] # don't need to distribute those..save 3M! end def cur_ver