libgocryptfs/package.bash
Jakob Unterwurzacher 2394d644e8 Update package.bash to call build.bash
This makes sure the version number is baked in
2015-11-01 15:06:30 +01:00

11 lines
117 B
Bash
Executable File

#!/bin/bash
set -eux
source build.bash
TARGZ=gocryptfs_$GITVERSION.tar.gz
tar czf $TARGZ gocryptfs
ls -lh $TARGZ