Accepting request 260530 from home:Ledest:misc
fix bashism in post script OBS-URL: https://build.opensuse.org/request/show/260530 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=137
This commit is contained in:
parent
ae625d012e
commit
c4596d4820
@ -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