# File lib/whiskey_disk.rb, line 232
  def build_path(path)
    return path if path =~ %r{^/}
    File.join(setting(:deploy_to), path)
  end