summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 369ae03a941c..6b37ffd4dbff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,6 +38,8 @@ prepare() {
cd "${srcdir}/${_realname}"
# disable log in file
sed -i "s/logfile_log_level:.*/logfile_log_level: 'Off'/g" config.yaml
+ # disable progress
+ sed -i "s/show_progress:.*/show_progress: false/g" config.yaml
}
package() {