diff options
Diffstat (limited to 'distribute.sh')
-rwxr-xr-x | distribute.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distribute.sh b/distribute.sh index 543228a..52ba16d 100755 --- a/distribute.sh +++ b/distribute.sh @@ -1,10 +1,10 @@ #! /bin/sh -SRC_NAME=id-utils-4.0 +SRC_NAME=idutils-4.0 gpg -b --yes $SRC_NAME.tar.gz -echo "directory: id-utils" > $SRC_NAME.tar.gz.directive +echo "directory: idutils" > $SRC_NAME.tar.gz.directive gpg --clearsign --yes $SRC_NAME.tar.gz.directive |