# File lib/fpm/package/rpm.rb, line 394
  def prefixed_path(path)
    Pathname.new(path).absolute?() ? path : File.join(self.prefix, path)
  end