Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
f0edaed9
Commit
f0edaed9
authored
8 years ago
by
Matt Downey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
output the proper architecture
parent
5abb7bcb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
packages/go.rb
packages/go.rb
+1
-1
packages/go_bootstrap.rb
packages/go_bootstrap.rb
+1
-1
No files found.
packages/go.rb
View file @
f0edaed9
...
...
@@ -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
"
\t
export GOROOT=/usr/local/lib/go"
...
...
This diff is collapsed.
Click to expand it.
packages/go_bootstrap.rb
View file @
f0edaed9
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment