Accepting request 260765 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/260765 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=94
This commit is contained in:
commit
c56617e1ca
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 09 21:03:00 UTC 2014 - Led <ledest@gmail.com>
|
||||
|
||||
- fix bashism in post script
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 22 18:48:08 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
|
@ -199,7 +199,7 @@ fi
|
||||
# %%{_libdir}/pango/%%{pango_binary_version} already exists) which means
|
||||
# pango-querymodules couldn't run there.
|
||||
%endif
|
||||
if [ $1 == 1 ]; then
|
||||
if [ $1 = 1 ]; then
|
||||
test -f %{_libdir}/libpango-1.0.so.0
|
||||
if test $? -eq 0; then
|
||||
%{_pango_querymodules_update_cache}
|
||||
|
Loading…
Reference in New Issue
Block a user