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
This commit is contained in:
parent
49cb0c17f2
commit
df0cad6374
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 09 03:48:00 UTC 2014 - Led <ledest@gmail.com>
|
||||
|
||||
- fix bashism in post script
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 22:34:07 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user