[arch-commits] Commit in ttf-roboto-mono/trunk (PKGBUILD)
Jerome Leclanche
jleclanche at archlinux.org
Mon Oct 7 23:06:51 UTC 2019
Date: Monday, October 7, 2019 @ 23:06:50
Author: jleclanche
Revision: 514157
upgpkg: ttf-roboto-mono 2.002-2
Upstream release 2.002
Modified:
ttf-roboto-mono/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-07 22:59:26 UTC (rev 514156)
+++ PKGBUILD 2019-10-07 23:06:50 UTC (rev 514157)
@@ -38,7 +38,7 @@
package() {
install -d "$pkgdir/usr/share/fonts/TTF/"
- install -m644 "$srcdir/*.ttf" "$pkgdir/usr/share/fonts/TTF/"
+ install -m644 "$srcdir/"*.ttf "$pkgdir/usr/share/fonts/TTF/"
install -D -m644 "$srcdir/LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
More information about the arch-commits
mailing list