Commit b4ee2df3 authored by Jan Baudisch's avatar Jan Baudisch Committed by GitHub

Update terraform

parent e82ae542
......@@ -19,8 +19,7 @@ class Terraform < Package
def self.install
Dir.chdir 'src/github.com/hashicorp/terraform' do
system "install -D -d #{CREW_DEST_DIR}/usr/local/bin"
system "install -D -m 00755 bin/terraform #{CREW_DEST_DIR}/usr/local/bin/terraform"
system "install -D -m 00755 bin/terraform #{CREW_DEST_PREFIX}/bin/terraform"
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment