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