Commit f0edaed9 authored by Matt Downey's avatar Matt Downey

output the proper architecture

parent 5abb7bcb
......@@ -29,7 +29,7 @@ class Go < Package
FileUtils.mv Dir.pwd, dest
puts "--------"
puts "Installed Go for linux/amd64 in /usr/local/lib/go"
puts "Installed Go for #{ARCH} in /usr/local/lib/go"
puts "Make sure to set go environment variables."
puts "Minimal:"
puts "\texport GOROOT=/usr/local/lib/go"
......
......@@ -17,6 +17,6 @@ class Go_bootstrap < Package
FileUtils.mv Dir.pwd, dest
puts "--------"
puts "Installed Go_bootstrap for linux/amd64 in /usr/local/lib/go_bootstrap"
puts "Installed Go_bootstrap for #{ARCH} in /usr/local/lib/go_bootstrap"
end
end
\ No newline at end of file
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