Skip to content

Commit

Permalink
make source dir in shared_path
Browse files Browse the repository at this point in the history
  • Loading branch information
BanzaiMan committed Jan 10, 2011
1 parent 3d5543d commit c6015bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/after_symlink.rb
Expand Up @@ -2,5 +2,5 @@
require 'fileutils'

pdfdir = ["tmp", "pdfs"]

FileUtils::ln_sf(File.join(shared_path, pdfdir), File.join(release_path, pdfdir))
FileUtils::mkdir File.join(shared_path, pdfdir)
FileUtils::ln_sf File.join(shared_path, pdfdir), File.join(release_path, pdfdir)

0 comments on commit c6015bb

Please sign in to comment.