[arch-commits] Commit in ttf-freebanglafont/trunk (PKGBUILD)

Gaetan Bisson bisson at archlinux.org
Mon Feb 6 14:29:09 UTC 2012


    Date: Monday, February 6, 2012 @ 09:29:09
  Author: bisson
Revision: 149227

fix FS#28291

Modified:
  ttf-freebanglafont/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-06 14:01:05 UTC (rev 149226)
+++ PKGBUILD	2012-02-06 14:29:09 UTC (rev 149227)
@@ -5,7 +5,7 @@
 
 pkgname=ttf-freebanglafont
 pkgver=20120206
-pkgrel=1
+pkgrel=2
 pkgdesc='Bengali fonts'
 url='http://sourceforge.net/projects/ekushey/'
 license=('GPL')
@@ -47,6 +47,6 @@
 build() {
 	cd "${srcdir}"
 	for i in *.ttf; do
-		install -Dm644 "${i}" "${pkgdir}/usr/share/fonts/TTF/${i%%[_-]*}.ttf"
+		install -Dm644 "${i}" "${pkgdir}/usr/share/fonts/TTF/${i}.ttf"
 	done
 }




More information about the arch-commits mailing list