Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

Commit

Permalink
Changed Rakefile to point to new paths
Browse files Browse the repository at this point in the history
  • Loading branch information
zingbot-zenoss authored and MSch committed Aug 2, 2010
1 parent 541416e commit d215aba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ require 'find'
require 'pathname'

PLUGIN = [
"plugin/jslint/fulljslint.js",
"plugin/jslint/jslint.vim",
"plugin/jslint/runjslint.js",
"plugin/jslint/runjslint.wsf",
"ftplugin/javascript/fulljslint.js",
"ftplugin/javascript/jslint.vim",
"ftplugin/javascript/runjslint.js",
"ftplugin/javascript/runjslint.wsf",
"README.markdown",
"LICENSE"
]
Expand Down Expand Up @@ -39,7 +39,7 @@ task :install do
else
File.expand_path("~/.vim")
end
target_dir = File.join(vimfiles, 'plugin', 'jslint')
target_dir = File.join(vimfiles, 'ftplugin', 'javascript')
FileUtils.mkdir_p target_dir
files.each do |file|
FileUtils.cp file, target_dir
Expand Down

0 comments on commit d215aba

Please sign in to comment.