aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas C. Villa Real <lucasvr@gmail.com>2018-07-02 01:18:46 -0300
committerLucas C. Villa Real <lucasvr@gmail.com>2018-07-02 01:18:46 -0300
commitf0d9581fe2358df598b9c9dd6f7f60dd090846be (patch)
tree527805c8a76770629a80c414111595923bfe5b85
parent064d3eb7d98c421cce9b9cc0f3a324cad2e371e3 (diff)
downloadThirdPartyInstallers-f0d9581fe2358df598b9c9dd6f7f60dd090846be.tar.xz
Supress the number of CPIO blocks copied.
-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"
}