# File lib/fpm/package/rpm.rb, line 541
  def prefix
    if attributes[:prefix] and attributes[:prefix] != '/'
      return attributes[:prefix].chomp('/')
    else
      return "/"
    end
  end