From 08d99caf1c687817ad3f7b5835c1eaf318caee74 Mon Sep 17 00:00:00 2001 From: Max Lv Date: Wed, 10 Aug 2016 13:27:06 +0800 Subject: [PATCH] Update kcptun --- kcptun/go | 2 +- kcptun/kcptun | 2 +- kcptun/make.bash | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kcptun/go b/kcptun/go index f3e7e7b69f..31cf00a881 160000 --- a/kcptun/go +++ b/kcptun/go @@ -1 +1 @@ -Subproject commit f3e7e7b69f0fd0c22858d09b4dd3764ed703d140 +Subproject commit 31cf00a881a9535d2e1282caf92542b9c31b0e7d diff --git a/kcptun/kcptun b/kcptun/kcptun index eced3949b2..6dec1f65ac 160000 --- a/kcptun/kcptun +++ b/kcptun/kcptun @@ -1 +1 @@ -Subproject commit eced3949b2f33e1801aec6124a01922482358f3e +Subproject commit 6dec1f65acebe3f0587cca26e1f1df05c5cc21de diff --git a/kcptun/make.bash b/kcptun/make.bash index 1beb5cc9cc..7e786afcf1 100755 --- a/kcptun/make.bash +++ b/kcptun/make.bash @@ -43,9 +43,9 @@ if [ ! -d "$DIR/go/bin" ]; then fi export GOROOT=$DIR/go -export GOPATH=$HOME +export GOPATH=$DEPS/gopath export GOBIN=$GOPATH/bin -mkdir $GOBIN +mkdir -p $GOBIN export PATH=$GOROOT/bin:$PATH pushd kcptun/client