From babb1c25bedb0d4608c259a917c346239d9de7536e11a10df3cc950e0bd52cf4 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Tue, 15 Oct 2013 11:17:39 +0000 Subject: [PATCH] - 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 --- fontpackages.changes | 5 +++++ rpm-macros.fonts-config | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/fontpackages.changes b/fontpackages.changes index bf359cf..34e6224 100644 --- a/fontpackages.changes +++ b/fontpackages.changes @@ -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 diff --git a/rpm-macros.fonts-config b/rpm-macros.fonts-config index 677fbd7..c24183d 100644 --- a/rpm-macros.fonts-config +++ b/rpm-macros.fonts-config @@ -121,7 +121,7 @@ Requires(pre): perl aaa_base \ 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 \ } \