aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordylan.araps@gmail.com <dylan.araps@gmail.com>2020-03-17 08:12:43 +0000
committerdylan.araps@gmail.com <dylan.araps@gmail.com>2020-03-17 08:12:43 +0000
commit3e4591170a360981a35ec17a64df1c6db1e2097e (patch)
treedb4008706776b5efa04e927dc93e61484af69cc8
parent71240ee09eed77ea20bb3d236248fe1165f464e9 (diff)
downloadcpt-3e4591170a360981a35ec17a64df1c6db1e2097e.tar.gz
kiss: Fix #125
FossilOrigin-Name: f317c6af7744e35be6dfe590124ea9bbe885bcac9592a9ad924a08faeae988c4
-rwxr-xr-xkiss2
1 files changed, 1 insertions, 1 deletions
diff --git a/kiss b/kiss
index 19528a3..fe0d390 100755
--- a/kiss
+++ b/kiss
@@ -303,7 +303,7 @@ pkg_extract() {
# Only 'tar' archives are currently supported for extraction.
# Any other file-types are simply copied to '$mak_dir' which
# allows for manual extraction.
- *://*.tar.*|*://*.tgz)
+ *://*.tar|*://*.tar.??|*://*.tar.???|*://*.tar.????|*://*.tgz)
decompress "$src_dir/$1/${src##*/}" |
tar xf - --strip-components 1 ||
die "$1" "Couldn't extract ${src##*/}"