Method: Autobuild::Package#install
- Defined in:
- lib/autobuild/package.rb
#install ⇒ Object
Install the result in prefix
566 567 568 569 570 571 572 573 574 575 |
# File 'lib/autobuild/package.rb', line 566 def install apply_post_install # Safety net for forgotten progress_done progress_done Autobuild.touch_stamp(installstamp) @installed = true end |