Skip to content

Commit

Permalink
Fixed installing.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Feb 5, 2016
1 parent bc2277b commit e401fc7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rakelib/install.rake
Expand Up @@ -74,16 +74,15 @@ end
def install_runtime(prefix, target)
FileList[
"#{prefix}/platform.conf",
"#{prefix}/**/index",
"#{prefix}/**/signature",
"#{prefix}/core/*",
"#{prefix}/signature",
"#{prefix}/**/*.rb",
"#{prefix}/**/*.rb{a,c}",
"#{prefix}/**/*.{c,h}pp",
"#{prefix}/**/*.{c,h}",
"#{prefix}/**/*.c.*",
"#{prefix}/**/*.ffi",
"#{prefix}/**/*.#{$dlext}",
"#{prefix}/**/load_order*.txt"
].each do |name|
install_file name, prefix, "#{target}#{BUILD_CONFIG[:runtimedir]}"
end
Expand Down

0 comments on commit e401fc7

Please sign in to comment.