Module: Teapot::Build::Targets::Installation

Included in:
Files, Library
Defined in:
lib/teapot/build/targets/files.rb

Instance Method Summary collapse

Instance Method Details

#install_prefix!(environment) ⇒ Object



31
32
33
34
35
36
37
# File 'lib/teapot/build/targets/files.rb', line 31

def install_prefix!(environment)
	install_prefix = Pathname.new(environment[:install_prefix])

	install_prefix.mkpath

	return install_prefix
end