mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
Ensure all files in binary package are world-readable
This commit is contained in:
parent
acf41dcc32
commit
1658f55f2c
1 changed files with 1 additions and 0 deletions
1
Rakefile
1
Rakefile
|
@ -68,6 +68,7 @@ task :binary => :compile do
|
|||
# V8
|
||||
gemspec.files += Dir['vendor/v8/include/*']
|
||||
gemspec.files += Dir['vendor/v8/out/**/*.a']
|
||||
FileUtils.chmod 'a+r', gemspec.files
|
||||
FileUtils.mkdir_p 'pkg'
|
||||
FileUtils.mv(Gem::Builder.new(gemspec).build, 'pkg')
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue