Accepting request 203598 from M17N:fonts
- fixed minor typo in %reconfigure_fonts_post macro [bnc#845955] - minor fix in %reconfigure_fonts_post macro (really check for cjk *-config before run them) OBS-URL: https://build.opensuse.org/request/show/203598 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fontpackages?expand=0&rev=7
This commit is contained in:
commit
4fb3177f7e
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 15 11:16:42 UTC 2013 - pgajdos@suse.com
|
||||
|
||||
- fixed minor typo in %reconfigure_fonts_post macro [bnc#845955]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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,13 +115,13 @@ 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} \
|
||||
echo ' rm %{__fontsconfigrunflag}-cjk' >> %{__fontsupdatescript}-cjk \
|
||||
echo 'fi' >> %{__fontsupdatescript}-cjk \
|
||||
echo 'rm %{__fontsupdatescript}-cjk' >> %{__fontsupdatescript}-cjk \
|
||||
} \
|
||||
|
Loading…
Reference in New Issue
Block a user