[arch-commits] Commit in ttf-linux-libertine-g/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Thu Oct 3 08:36:47 UTC 2019
Date: Thursday, October 3, 2019 @ 08:36:46
Author: bgyorgy
Revision: 512476
Fix quoting variables
Modified:
ttf-linux-libertine-g/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-03 08:28:45 UTC (rev 512475)
+++ PKGBUILD 2019-10-03 08:36:46 UTC (rev 512476)
@@ -18,6 +18,6 @@
install -dm755 "$pkgdir/usr/share/fonts/TTF"
install -m644 *.ttf "$pkgdir/usr/share/fonts/TTF/"
- install -Dm644 OFL.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
- install -Dm644 LICENCE.txt $pkgdir/usr/share/licenses/$pkgname/README
+ install -Dm644 OFL.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm644 LICENCE.txt "$pkgdir/usr/share/licenses/$pkgname/README"
}
More information about the arch-commits
mailing list