kiss: fix new tarball scheme

This commit is contained in:
Dylan Araps 2020-10-03 19:36:18 +03:00
parent ca8d89021f
commit 2ee207d6b9
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -1156,7 +1156,7 @@ pkg_install() {
tar_file=$1
pkg=${1##*/}
pkg=${pkg%#*}
pkg=${pkg%[#@]*}
;;
*)