mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-11-04 05:55:36 -07:00
kiss: Drop tar's p flag as it's not needed.
This commit is contained in:
parent
1b0fc81b41
commit
1933a19e10
2
kiss
2
kiss
@ -1139,7 +1139,7 @@ pkg_install() {
|
|||||||
(
|
(
|
||||||
cd "$tar_dir/$pkg_name"
|
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
|
# Naively assume that the existence of a manifest file is all
|
||||||
|
Loading…
Reference in New Issue
Block a user