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 1652684 commit c02334bCopy full SHA for c02334b
build/deb/ethereum/deb.rules
@@ -21,8 +21,8 @@ override_dh_auto_build:
21
# requirements opposed to older versions of Go.
22
(mv .goboot ../ && cd ../.goboot/src && ./make.bash)
23
export GOROOT_BOOTSTRAP=`pwd`/../.goboot
24
- echo $GOROOT_BOOTSTRAP
25
- (mv .go ../ && cd ../.go/src && ./make.bash)
+ echo $(GOROOT_BOOTSTRAP)
+ (mv .go ../ && cd ../.go/src && GOROOT_BOOTSTRAP=`pwd`/../../.goboot ./make.bash)
26
27
# We can't download external go modules within Launchpad, so we're shipping the
28
# entire dependency source cache with go-ethereum.
0 commit comments