Changeset 315
- Timestamp:
- 02/04/08 13:43:14 (5 months ago)
- Files:
-
- trunk/plugin/acts_as_ferret/recipes/aaf_recipes.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plugin/acts_as_ferret/recipes/aaf_recipes.rb
r312 r315 72 72 desc "symlinks index folder" 73 73 task :symlink, :roles => :app do 74 run "mkdir -p #{shared_path}/index && rm -rf #{release_path}/index && ln - s #{shared_path}/index #{release_path}/index"74 run "mkdir -p #{shared_path}/index && rm -rf #{release_path}/index && ln -nfs #{shared_path}/index #{release_path}/index" 75 75 end 76 76
