From 018933d46709703cd10846d5d30774d1b91f47f9 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 7 Oct 2012 11:58:35 +0000 Subject: fix ttmkfdir path --- perl-install/NEWS | 2 ++ perl-install/standalone/drakfont | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/perl-install/NEWS b/perl-install/NEWS index 0bb091f7c..162f8abba 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,5 +1,7 @@ - drakclock: o do not crash if timezones cannot be listed (mga#6787) +- drakfont: + o fix ttmkfdir path Version 14.45 - 20 September 2012 diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont index d2e5a6d55..03df9aedc 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -155,7 +155,7 @@ my $pfm2afm = '/usr/sbin/pfm2afm'; my $type1inst = '/usr/sbin/type1inst'; my $chkfontpath = '/usr/sbin/chkfontpath'; # mkttfdir only knows about iso-8859-1, using ttmkfdir -u instead -- pablo -my $ttmkfdir = '/usr/sbin/ttmkfdir'; +my $ttmkfdir = '/usr/bin/ttmkfdir'; my $fccache = '/usr/bin/fc-cache'; my @font_list; # list of fonts to install -- cgit v1.2.1