mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Do not include .svn files in file distro (closes #3195) [jamie@dang.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3930 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
f38476ddd2
commit
fddd33b81e
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ desc "Copy in all the Rails packages to vendor"
|
|||
task :copy_vendor_libraries do
|
||||
mkdir File.join(PKG_DESTINATION, 'vendor', 'rails')
|
||||
VENDOR_LIBS.each { |dir| cp_r File.join('..', dir), File.join(PKG_DESTINATION, 'vendor', 'rails', dir) }
|
||||
FileUtils.rm_r(Dir.glob(File.join(PKG_DESTINATION, 'vendor', 'rails', "**", ".svn")))
|
||||
end
|
||||
|
||||
desc "Link in all the Rails packages to vendor"
|
||||
|
|
Loading…
Reference in a new issue