From da9c56b4b017d3e352cab120c492304020cf8fa4 Mon Sep 17 00:00:00 2001 From: merakor Date: Tue, 5 May 2020 20:17:11 +0000 Subject: kiss: Drop tar's p flag as it's not needed. FossilOrigin-Name: 311b14e449787b625af9bd5c35ea1096c2530511cd11b88413311ae5bb79aee0 --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 9e0b9d2..5ccab0c 100755 --- a/kiss +++ b/kiss @@ -1059,7 +1059,7 @@ pkg_install() { log "$pkg_name" "Extracting $tar_file" # Extract the tarball to catch any errors before installation begins. - decompress "$tar_file" | "$tar" pxf - -C "$tar_dir/$pkg_name" + decompress "$tar_file" | "$tar" xf - -C "$tar_dir/$pkg_name" [ -f "$tar_dir/$pkg_name/$pkg_db/$pkg_name/manifest" ] || die "'${tar_file##*/}' is not a valid KISS package" -- cgit v1.2.3