Date: Wednesday, September 25, 2019 @ 22:08:31
  Author: shibumi
Revision: 511793

upgpkg: ttf-tibetan-machine 1.901-10

Fix unquoted variables which break building the package in certain scenarios

Modified:
  ttf-tibetan-machine/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-09-25 22:06:13 UTC (rev 511792)
+++ PKGBUILD    2019-09-25 22:08:31 UTC (rev 511793)
@@ -5,7 +5,7 @@
 
 pkgname=ttf-tibetan-machine
 pkgver=1.901
-pkgrel=9
+pkgrel=10
 pkgdesc='Open-type unicode font for Tibetan'
 url='https://www.thlib.org/tools/scripts/wiki/tibetan%20machine%20uni.html'
 arch=('any')
@@ -16,7 +16,6 @@
 install=install
 
 package() {
-       cd ${srcdir}
-       install -d ${pkgdir}/usr/share/fonts/TTF
-       install -m644 TibetanMachineUnicodeFont/*.ttf 
${pkgdir}/usr/share/fonts/TTF/
+       install -d "${pkgdir}/usr/share/fonts/TTF"
+       install -m644 TibetanMachineUnicodeFont/*.ttf 
"${pkgdir}/usr/share/fonts/TTF/"
 }

Reply via email to