Commit c02334be authored by Péter Szilágyi's avatar Péter Szilágyi

build: yet another weird PPA fix

parent 16526843
...@@ -21,8 +21,8 @@ override_dh_auto_build: ...@@ -21,8 +21,8 @@ override_dh_auto_build:
# requirements opposed to older versions of Go. # requirements opposed to older versions of Go.
(mv .goboot ../ && cd ../.goboot/src && ./make.bash) (mv .goboot ../ && cd ../.goboot/src && ./make.bash)
export GOROOT_BOOTSTRAP=`pwd`/../.goboot export GOROOT_BOOTSTRAP=`pwd`/../.goboot
echo $GOROOT_BOOTSTRAP echo $(GOROOT_BOOTSTRAP)
(mv .go ../ && cd ../.go/src && ./make.bash) (mv .go ../ && cd ../.go/src && GOROOT_BOOTSTRAP=`pwd`/../../.goboot ./make.bash)
# We can't download external go modules within Launchpad, so we're shipping the # We can't download external go modules within Launchpad, so we're shipping the
# entire dependency source cache with go-ethereum. # entire dependency source cache with go-ethereum.
......
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