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:
parent
5a5a95351e
commit
a9b335001d
@ -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
|
||||
|
||||
|
@ -439,7 +439,7 @@ fi
|
||||
# %{_libdir}/gtk-3.0/%{gtk_binary_version} already exists) which means
|
||||
# gtk-query-immodules-3.0 couldn't run there.
|
||||
%endif
|
||||
if [ $1 == 1 ]; then
|
||||
if [ $1 = 1 ]; then
|
||||
test -d %{_libdir}/gtk-3.0/%{gtk_binary_version}
|
||||
if test $? -eq 0; then
|
||||
%{_gtk_query_immodules_update_cache}
|
||||
|
Loading…
x
Reference in New Issue
Block a user