From c4596d4820fcc38ad30164c97fe857943343a6d21b73bb058379a67a2d945822 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 10 Nov 2014 21:27:53 +0000 Subject: [PATCH] Accepting request 260530 from home:Ledest:misc fix bashism in post script OBS-URL: https://build.opensuse.org/request/show/260530 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=137 --- pango.changes | 5 +++++ pango.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pango.changes b/pango.changes index f4e81cb..589f934 100644 --- a/pango.changes +++ b/pango.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 09 21:03:00 UTC 2014 - Led + +- fix bashism in post script + ------------------------------------------------------------------- Mon Sep 22 18:48:08 UTC 2014 - zaitor@opensuse.org diff --git a/pango.spec b/pango.spec index c8eb39c..e30c43e 100644 --- a/pango.spec +++ b/pango.spec @@ -199,7 +199,7 @@ fi # %%{_libdir}/pango/%%{pango_binary_version} already exists) which means # pango-querymodules couldn't run there. %endif -if [ $1 == 1 ]; then +if [ $1 = 1 ]; then test -f %{_libdir}/libpango-1.0.so.0 if test $? -eq 0; then %{_pango_querymodules_update_cache}