- minor fix in %reconfigure_fonts_post macro (really check for
cjk *-config before run them) OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/fontpackages?expand=0&rev=20
This commit is contained in:
parent
f2654d1bcc
commit
88c4f2de94
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 06:05:19 UTC 2013 - pgajdos@suse.com
|
||||
|
||||
- minor fix in %reconfigure_fonts_post macro (really check for
|
||||
cjk *-config before run them)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 30 08:44:46 UTC 2013 - pgajdos@suse.com
|
||||
|
||||
|
@ -115,10 +115,10 @@ Requires(pre): perl aaa_base \
|
||||
echo 'rm %{__fontsupdatescript}' >> %{__fontsupdatescript} \
|
||||
%{-c: \
|
||||
echo 'if [ -e %{__fontsconfigrunflag}-cjk ]; then' > %{__fontsupdatescript}-cjk \
|
||||
echo ' if [ -x $adobecidfontconfig ]; then' >> %{__fontsupdatescript}-cjk \
|
||||
echo ' if [ -x /usr/sbin/acroread-cidfont-config ]; then' >> %{__fontsupdatescript}-cjk \
|
||||
echo ' /usr/sbin/acroread-cidfont-config' >> %{__fontsupdatescript}-cjk \
|
||||
echo ' fi' >> %{__fontsupdatescript}-cjk \
|
||||
echo ' if [ -x $ghostscriptcjkconfig ]; then' >> %{__fontsupdatescript}-cjk \
|
||||
echo ' if [ -x /usr/sbin/ghostscript-cjk-config ]; then' >> %{__fontsupdatescript}-cjk \
|
||||
echo ' /usr/sbin/ghostscript-cjk-config' >> %{__fontsupdatescript}-cjk \
|
||||
echo ' fi' >> %{__fontsupdatescript}-cjk \
|
||||
echo ' rm %{__fontsconfigrunflag}-cjk' >> %{__fontsupdatescript} \
|
||||
|
Loading…
Reference in New Issue
Block a user