Changeset 414
- Timestamp:
- 01/25/02 23:54:10 (7 years ago)
- Files:
-
- trunk/install.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/install.rb
r314 r414 41 41 end 42 42 43 # Installing URb44 File.mkpath DSTPATH + "/uri", true45 Dir["redist/uri/*.rb"].each do |name|46 File.install name, "#{DSTPATH}/uri/#{File.basename name}", 0644, true47 end48 49 43 # Installing http-access2 50 44 File.mkpath DSTPATH + "/http-access2", true