class MiniPortile

def install

def install
  return if installed?
  execute('install', %Q(#{make_cmd} install))
end