From 1933a19e105d83a512c9312022ba1d57bc04fd73 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 5 May 2020 23:08:14 +0300 Subject: [PATCH] kiss: Drop tar's p flag as it's not needed. --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index f116fba..3d7c01e 100755 --- a/kiss +++ b/kiss @@ -1139,7 +1139,7 @@ pkg_install() { ( cd "$tar_dir/$pkg_name" - decompress "$tar_file" | "$tar" pxf - + decompress "$tar_file" | "$tar" xf - ) # Naively assume that the existence of a manifest file is all