[abattis-cantarell-fonts] Fix for EL-6

Matej Cepl mcepl at fedoraproject.org
Fri Oct 7 09:51:49 UTC 2011


commit 783b53ad498a7a153036f2d18050f47105996191
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Thu Oct 6 17:19:09 2011 +0200

    Fix for EL-6

 abattis-cantarell-fonts.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/abattis-cantarell-fonts.spec b/abattis-cantarell-fonts.spec
index ac2c545..4d04231 100644
--- a/abattis-cantarell-fonts.spec
+++ b/abattis-cantarell-fonts.spec
@@ -31,8 +31,9 @@ It is a sans-serif humanist typeface family.
 %build
 %configure
 make %{?_smp_mflags}
-fontforge -lang=ff -c 'Open($1); Generate($2);' ./src/%{archivename1}.sfd %{archivename1}.otf
-fontforge -lang=ff -c 'Open($1); Generate($2);' ./src/%{archivename2}.sfd %{archivename2}.otf
+ls -l ./src/
+fontforge -lang=ff -c 'Open($1); Generate($2);' src/%{archivename1}.sfd %{archivename1}.otf
+fontforge -lang=ff -c 'Open($1); Generate($2);' src/%{archivename2}.sfd %{archivename2}.otf
 
 %install
 install -m 0755 -d %{buildroot}%{_fontdir}


More information about the scm-commits mailing list