kiss-export: new naming scheme for tarballs

This commit is contained in:
Eudald Gubert i Roldan 2020-11-16 12:57:39 +01:00
parent 1ae8340e49
commit e54c69033d
No known key found for this signature in database
GPG Key ID: 0F9608422FDE95F3
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ done < "$db/$pkg/manifest"
cd "$KISS_ROOT/"
dest="$OLDPWD/$pkg#$ver-$rel.tar.${KISS_COMPRESS:-gz}"
dest="$OLDPWD/$pkg@$ver-$rel.tar.${KISS_COMPRESS:-gz}"
tar cf - "$@" | case ${KISS_COMPRESS:-gz} in
bz2) bzip2 -z ;;