aboutsummaryrefslogtreecommitdiff
path: root/build.bash
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-01-09 15:31:34 +0100
committerJakob Unterwurzacher2016-01-09 15:31:34 +0100
commitf5fe140d5bcd3f3d655df50c5af1b7b01e6f894c (patch)
treed7f16a4c5061657cdbaf2c8f4905ffbdf75ed33b /build.bash
parentf01f599d74c32a380867707022fa60f90040f6b6 (diff)
build.bash: copy binary to $GOPATH/bin
Diffstat (limited to 'build.bash')
-rwxr-xr-xbuild.bash3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.bash b/build.bash
index d2224eb..9d2290f 100755
--- a/build.bash
+++ b/build.bash
@@ -18,3 +18,6 @@ else
fi
./gocryptfs -version
+
+mkdir -p $GOPATH/bin
+cp -af gocryptfs $GOPATH/bin