]> Cypherpunks repositories - gostls13.git/commitdiff
androidtest.bash: adjustment for move from src/pkg to src
authorDavid Crawshaw <david.crawshaw@zentus.com>
Mon, 8 Sep 2014 14:07:26 +0000 (10:07 -0400)
committerDavid Crawshaw <david.crawshaw@zentus.com>
Mon, 8 Sep 2014 14:07:26 +0000 (10:07 -0400)
LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/142740043

src/androidtest.bash

index 2acfbd815a35068c194f702e7718f63cd8d361b3..504d276c4c61400c824846aaacd2159f19ad9181 100755 (executable)
@@ -42,7 +42,7 @@ GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go build \
 # into a subdirectory of /data.
 export ANDROID_PRODUCT_OUT=/tmp/androidtest-$$
 FAKE_GOROOT=$ANDROID_PRODUCT_OUT/data/local/tmp/goroot
-mkdir -p $FAKE_GOROOT/src
+mkdir -p $FAKE_GOROOT
 ln -s $GOROOT/src $FAKE_GOROOT/src
 ln -s $GOROOT/test $FAKE_GOROOT/test
 ln -s $GOROOT/lib $FAKE_GOROOT/lib