diff --git a/personal_conference.gemspec b/personal_conference.gemspec index 50cebb8..2c2ad75 100644 --- a/personal_conference.gemspec +++ b/personal_conference.gemspec @@ -7,7 +7,7 @@ template_path = ENV['PWD'] + '/app/templates' all_template = Dir.glob(template_path+'/*/') puts 'copying module' all_template.each do |folder| - if folder[0...-1] != 'mobile' + if folder.split('/')[-1] != 'mobile' begin system ('cp -r '+ app_path + '/modules/ ' + folder) rescue