Skip to content

Commit

Permalink
update installer to move just the script we need
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis committed Mar 9, 2009
1 parent 6d2f0fc commit 6f8e3a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'fileutils'

source = File.join(RAILS_ROOT, 'vendor', 'plugins', 'project_search', 'script')
target = File.join(RAILS_ROOT, 'script')
source = File.join(RAILS_ROOT, 'vendor', 'plugins', 'project_search', 'script', 'find')
target = File.join(RAILS_ROOT, 'script', 'find')

FileUtils.cp_r(source, target)

0 comments on commit 6f8e3a7

Please sign in to comment.