- fixed minor typo in %reconfigure_fonts_post macro [bnc#845955]

OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/fontpackages?expand=0&rev=21
This commit is contained in:
Petr Gajdos 2013-10-15 11:17:39 +00:00 committed by Git OBS Bridge
parent 88c4f2de94
commit babb1c25be
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
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 Mon Oct 14 06:05:19 UTC 2013 - pgajdos@suse.com

View File

@ -121,7 +121,7 @@ Requires(pre): perl aaa_base \
echo ' if [ -x /usr/sbin/ghostscript-cjk-config ]; then' >> %{__fontsupdatescript}-cjk \ echo ' if [ -x /usr/sbin/ghostscript-cjk-config ]; then' >> %{__fontsupdatescript}-cjk \
echo ' /usr/sbin/ghostscript-cjk-config' >> %{__fontsupdatescript}-cjk \ echo ' /usr/sbin/ghostscript-cjk-config' >> %{__fontsupdatescript}-cjk \
echo ' fi' >> %{__fontsupdatescript}-cjk \ echo ' fi' >> %{__fontsupdatescript}-cjk \
echo ' rm %{__fontsconfigrunflag}-cjk' >> %{__fontsupdatescript} \ echo ' rm %{__fontsconfigrunflag}-cjk' >> %{__fontsupdatescript}-cjk \
echo 'fi' >> %{__fontsupdatescript}-cjk \ echo 'fi' >> %{__fontsupdatescript}-cjk \
echo 'rm %{__fontsupdatescript}-cjk' >> %{__fontsupdatescript}-cjk \ echo 'rm %{__fontsupdatescript}-cjk' >> %{__fontsupdatescript}-cjk \
} \ } \