Class: DevBall::PkgSpec::SimpleDir
- Defined in:
- lib/devball/pkgspec/simple_dir.rb
Instance Method Summary collapse
Methods inherited from Base
#ball, #ball_file_name, #ball_name, #ball_version, #build_concurrent?, #build_dir_name, #build_targets, #configure_params, #configure_script_name, #depends_on, depends_on, find, #install_links, #install_service_links, #install_targets, #link_mappings, load_packages, #package_install_dir, #package_name, #recursive_depends_on, register_package, #remove_build, #remove_install, set_ball, set_lib_ball, set_patch, #step_build, #step_configure, #step_environment_setup, #step_install, #step_patch, #step_setup_links, #to_s
Instance Method Details
#step_extract ⇒ Object
4 5 6 |
# File 'lib/devball/pkgspec/simple_dir.rb', line 4 def step_extract() system("cp", "-r", ball_file_name, build_dir_name) || raise(ExtractFailed, "Failed to copy ball into build.") end |