From df0cad63742f6789f033b444db73c8b392c9f14fa2932d044340ad9a4952316d Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 10 Nov 2014 23:15:33 +0000 Subject: [PATCH] Accepting request 260430 from home:Ledest:misc fix bashism in post script OBS-URL: https://build.opensuse.org/request/show/260430 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdk-pixbuf?expand=0&rev=87 --- gdk-pixbuf.changes | 5 +++++ gdk-pixbuf.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdk-pixbuf.changes b/gdk-pixbuf.changes index 36061f0..baa56ae 100644 --- a/gdk-pixbuf.changes +++ b/gdk-pixbuf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 09 03:48:00 UTC 2014 - Led + +- fix bashism in post script + ------------------------------------------------------------------- Mon Sep 1 22:34:07 UTC 2014 - zaitor@opensuse.org diff --git a/gdk-pixbuf.spec b/gdk-pixbuf.spec index 6048a46..60f41f9 100644 --- a/gdk-pixbuf.spec +++ b/gdk-pixbuf.spec @@ -153,7 +153,7 @@ fi # %{_libdir}/gdk-pixbuf-2.0/%{gdk_pixbuf_binary_version} already exists) which # means gdk-pixbuf-query-loaders couldn't run there. %endif -if [ $1 == 1 ]; then +if [ $1 = 1 ]; then test -d %{_libdir}/gdk-pixbuf-2.0/%{gdk_pixbuf_binary_version} if test $? -eq 0; then %{_gdk_pixbuf_query_loaders_update_cache}