We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3196293 commit 5330526Copy full SHA for 5330526
build/deb/ethereum/deb.rules
@@ -19,7 +19,7 @@ override_dh_auto_build:
19
20
# We can't download external go modules within Launchpad, so we're shipping the
21
# entire dependency source cache with go-ethereum.
22
- (mkdir -p $HOME/go/pkg/mod && mv .mod/* $HOME/go/pkg/mod)
+ (mkdir -p $(HOME)/go/pkg/mod && mv .mod/* $(HOME)/go/pkg/mod)
23
24
# A fresh Go was built, all dependency downloads faked, hope build works now
25
../.go/bin/go run build/ci.go install -git-commit={{.Env.Commit}} -git-branch={{.Env.Branch}} -git-tag={{.Env.Tag}} -buildnum={{.Env.Buildnum}} -pull-request={{.Env.IsPullRequest}}
0 commit comments