# File lib/mini_portile.rb, line 64
  def install
    return if installed?
    execute('install', %Q(make install))
  end