[arch-commits] Commit in harfbuzz/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sat Jul 25 11:26:19 UTC 2020
Date: Saturday, July 25, 2020 @ 11:26:18
Author: heftig
Revision: 392529
drop verbosity
Modified:
harfbuzz/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-25 11:11:17 UTC (rev 392528)
+++ PKGBUILD 2020-07-25 11:26:18 UTC (rev 392529)
@@ -34,7 +34,7 @@
check() {
mkdir -p tmp
TMPDIR="$PWD/tmp" meson test -C build --print-errorlogs
- rm -rv tmp
+ rm -r tmp
}
package_harfbuzz() {
More information about the arch-commits
mailing list