Accepting request 260894 from home:Ledest:misc

fix bashism in post script

OBS-URL: https://build.opensuse.org/request/show/260894
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=167
This commit is contained in:
Dominique Leuenberger 2014-11-11 22:04:42 +00:00 committed by Git OBS Bridge
parent 5a5a95351e
commit a9b335001d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Nov 09 04:21:00 UTC 2014 - Led <ledest@gmail.com>
- fix bashism in post script
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 3 16:50:56 UTC 2014 - badshah400@gmail.com Mon Nov 3 16:50:56 UTC 2014 - badshah400@gmail.com

View File

@ -439,7 +439,7 @@ fi
# %{_libdir}/gtk-3.0/%{gtk_binary_version} already exists) which means # %{_libdir}/gtk-3.0/%{gtk_binary_version} already exists) which means
# gtk-query-immodules-3.0 couldn't run there. # gtk-query-immodules-3.0 couldn't run there.
%endif %endif
if [ $1 == 1 ]; then if [ $1 = 1 ]; then
test -d %{_libdir}/gtk-3.0/%{gtk_binary_version} test -d %{_libdir}/gtk-3.0/%{gtk_binary_version}
if test $? -eq 0; then if test $? -eq 0; then
%{_gtk_query_immodules_update_cache} %{_gtk_query_immodules_update_cache}