Skip to content

Commit

Permalink
Removed uri.
Browse files Browse the repository at this point in the history
  • Loading branch information
nahi committed Jan 25, 2002
1 parent d39e1d4 commit b59621c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@
File.install name, "#{DSTPATH}/#{File.basename name}", 0644, true
end

# Installing URb
File.mkpath DSTPATH + "/uri", true
Dir["redist/uri/*.rb"].each do |name|
File.install name, "#{DSTPATH}/uri/#{File.basename name}", 0644, true
end

# Installing http-access2
File.mkpath DSTPATH + "/http-access2", true
Dir["redist/http-access2/*.rb"].each do |name|
Expand Down

0 comments on commit b59621c

Please sign in to comment.