diff options
author | Jakob Unterwurzacher | 2015-10-11 18:36:07 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-10-11 18:40:27 +0200 |
commit | b00fc379c4d18ca848b5ded70549120755a509c4 (patch) | |
tree | 3635a70ad6a695852b5062cf513e6a2f00096be1 /package.bash | |
parent | d1d444435cf4351fc50ffd02c203cf4a2209b8e5 (diff) |
Fix helper scripts for new top-level path
Diffstat (limited to 'package.bash')
-rwxr-xr-x | package.bash | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.bash b/package.bash index aeb52b2..61df904 100755 --- a/package.bash +++ b/package.bash @@ -3,6 +3,5 @@ set -eux tag=$(git describe --tags) -cd gocryptfs_main go build -tar czvf ../gocryptfs_$tag.tar.gz gocryptfs gocryptfs_main +tar czvf gocryptfs_$tag.tar.gz gocryptfs |