summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8d7a69cba7e..668e7520ef6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,8 +25,7 @@ package() {
cd "${srcdir}/${_gitname}"
mkdir -p "${pkgdir}/usr/share/icons"
- # Use Rsync to show progress bar
- # Use `--no-i-r` to show more accurate values in the progress bar
+ # We are using --no-i-r to show more accurate values in the progress output
rsync -ahrH --no-i-r --info=progress2 [Nn]ewaita* "${pkgdir}/usr/share/icons"
find "${pkgdir}" -type f -exec chmod 644 "{}" \+