summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-01-05 02:10:40 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-01-05 02:10:40 +0900
commitaa171b45cb679d79a3d6f998b045d663e2525b65 (patch)
treeed2ccd33ac95df85250c6d49f727dcc2268e1f9d /src
parent661d06c90aec18d9a84c60ceda943a437b93a1d9 (diff)
Fix ubuntu-android target of Makefile
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index abdd6ef9..7eb67f77 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -94,7 +94,7 @@ linux: docker-centos
/bin/bash -ci 'cd /go/src/github.com/junegunn/fzf/src; make TAGS=static'
ubuntu-android: docker-android
- docker run -i -t -v $(GOPATH):/go junegunn/$@-sandbox \
+ docker run -i -t -v $(GOPATH):/go junegunn/android-sandbox \
sh -c 'cd /go/src/github.com/junegunn/fzf/src; /bin/bash'
android: docker-android