aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Functions/RPM2
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/RPM b/Functions/RPM
index 75d6046..30cdedd 100644
--- a/Functions/RPM
+++ b/Functions/RPM
@@ -98,6 +98,6 @@ function thirdparty_uncompress() {
fi
Log_Normal "Extracting CPIO archive."
- cpio -d -i < "$cpiofile"
+ cpio --quiet -d -i < "$cpiofile"
rm -f -- "$cpiofile"
}