X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=xfonts-traditional.git;a=blobdiff_plain;f=update-xfonts-traditional;h=494d637969ddcf53db31e94c9201ccc45d3518c0;hp=01ae14584e645a15533bace6d52ce8c20024c8be;hb=fbafd43c60babe5532e3b18ee5d1abdd412fbee9;hpb=a6bafbd15bc99ab5efc7a20e86dd78fbb4ac4166 diff --git a/update-xfonts-traditional b/update-xfonts-traditional index 01ae145..494d637 100755 --- a/update-xfonts-traditional +++ b/update-xfonts-traditional @@ -16,6 +16,7 @@ our @fonttrees=qw(/usr/share/fonts/X11 /usr/local/share/fonts/X11); our $donefile="$package.done"; our $logfile="$package.log"; our $fontprefix="trad--"; +our $bdfnorm="bdfnorm"; our @rulespath; our $mode; our %foundrymap; @@ -291,7 +292,7 @@ sub processpcfgz ($$$$) { my $r; process_filter(\$r, $input, $output, $inpcfgz, $logfh, [ - ['gunzip'], ['pcf2bdf'], + ['gunzip'], ['pcf2bdf'], [$bdfnorm], [], ['bdftopcf'],['',qw(gzip -1 -n)] ], @@ -548,6 +549,7 @@ Getopt::Long::Configure(qw(bundling)); GetOptions(@options) or exit 127; push @rulespath, "$sharedir/rules"; +$bdfnorm = "$sharedir/$bdfnorm"; die "need a mode\n" unless $mode;