My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 148 attachment: win32_engines.diff (602 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Index: lib/engines.rb
===================================================================
--- lib/engines.rb (revision 163)
+++ lib/engines.rb (working copy)
@@ -144,7 +144,7 @@
source_files -= source_dirs

unless source_files.empty?
- base_target_dir = File.join(destination, File.dirname(source_files.first))
+ base_target_dir = File.join(destination, File.dirname(source_files.first.gsub(source,'')))
FileUtils.mkdir_p(base_target_dir)
end

@@ -171,4 +171,4 @@
end
end
end
-end
\ No newline at end of file
+end
Powered by Google Project Hosting