Skip to content

Commit c02334b

Browse files
committed
build: yet another weird PPA fix
1 parent 1652684 commit c02334b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/deb/ethereum/deb.rules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ override_dh_auto_build:
2121
# requirements opposed to older versions of Go.
2222
(mv .goboot ../ && cd ../.goboot/src && ./make.bash)
2323
export GOROOT_BOOTSTRAP=`pwd`/../.goboot
24-
echo $GOROOT_BOOTSTRAP
25-
(mv .go ../ && cd ../.go/src && ./make.bash)
24+
echo $(GOROOT_BOOTSTRAP)
25+
(mv .go ../ && cd ../.go/src && GOROOT_BOOTSTRAP=`pwd`/../../.goboot ./make.bash)
2626

2727
# We can't download external go modules within Launchpad, so we're shipping the
2828
# entire dependency source cache with go-ethereum.

0 commit comments

Comments
 (0)