summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eclass/unpacker.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/unpacker.eclass b/eclass/unpacker.eclass
index f6e83c53bf23..c26523a419df 100644
--- a/eclass/unpacker.eclass
+++ b/eclass/unpacker.eclass
@@ -406,7 +406,7 @@ _unpacker() {
: ${UNPACKER_LZIP:=$(type -P plzip || type -P pdlzip || type -P lzip)}
comp="${UNPACKER_LZIP} -dc" ;;
*.zst)
- comp="zstd -dfc" ;;
+ comp="zstd -dc" ;;
esac
# then figure out if there are any archiving aspects