kiss: Drop tar's p flag as it's not needed.

This commit is contained in:
Dylan Araps 2020-05-05 23:08:14 +03:00
parent 1b0fc81b41
commit 1933a19e10
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

@ -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