diff options
author | Jakob Unterwurzacher | 2016-01-09 15:31:34 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-01-09 15:31:34 +0100 |
commit | f5fe140d5bcd3f3d655df50c5af1b7b01e6f894c (patch) | |
tree | d7f16a4c5061657cdbaf2c8f4905ffbdf75ed33b | |
parent | f01f599d74c32a380867707022fa60f90040f6b6 (diff) |
build.bash: copy binary to $GOPATH/bin
-rwxr-xr-x | build.bash | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,3 +18,6 @@ else fi ./gocryptfs -version + +mkdir -p $GOPATH/bin +cp -af gocryptfs $GOPATH/bin |