Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Changeset 314

Show
Ignore:
Timestamp:
08/24/01 17:48:45 (7 years ago)
Author:
nakahiro
Message:

URb => URI

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/install.rb

    r286 r314  
    4242 
    4343  # Installing URb 
    44   File.mkpath DSTPATH + "/urb", true  
    45   Dir["redist/urb/*.rb"].each do |name| 
    46     File.install name, "#{DSTPATH}/urb/#{File.basename name}", 0644, true 
     44  File.mkpath DSTPATH + "/uri", true  
     45  Dir["redist/uri/*.rb"].each do |name| 
     46    File.install name, "#{DSTPATH}/uri/#{File.basename name}", 0644, true 
    4747  end 
    4848