diff --git a/gtk2.changes b/gtk2.changes index 57f135b..ed4751e 100644 --- a/gtk2.changes +++ b/gtk2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 09 04:18:00 UTC 2014 - Led + +- fix bashism in post script + ------------------------------------------------------------------- Fri Oct 10 17:59:02 UTC 2014 - dimstar@opensuse.org diff --git a/gtk2.spec b/gtk2.spec index 62c39a8..cd58577 100644 --- a/gtk2.spec +++ b/gtk2.spec @@ -427,7 +427,7 @@ fi # %{_libdir}/gtk-2.0/%{gtk_binary_version} already exists) which means # gtk-query-immodules-2.0 couldn't run there. %endif -if [ $1 == 1 ]; then +if [ $1 = 1 ]; then test -d %{_libdir}/gtk-2.0/%{gtk_binary_version} if test $? -eq 0; then %{_gtk_query_immodules_update_cache}