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