1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-07-02 14:02:26 +00:00

Merge branch 'master' of github.com:kisslinux/kiss

This commit is contained in:
Dylan Araps 2020-11-19 09:54:10 +02:00
commit 18c7335241
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -19,7 +19,7 @@ done < "$db/$pkg/manifest"
cd "$KISS_ROOT/" 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 tar cf - "$@" | case ${KISS_COMPRESS:-gz} in
bz2) bzip2 -z ;; bz2) bzip2 -z ;;