This commit is contained in:
parent
1cb6bcbd42
commit
467171da62
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 22 11:41:57 UTC 2012 - tittiatcoke@gmail.com
|
||||
|
||||
- Ensure that the right Pango version is used for copying one of
|
||||
the pango modules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 8 09:03:58 UTC 2012 - fcrozat@suse.com
|
||||
|
||||
|
@ -121,11 +121,11 @@ Index: plymouth-0.8.6.1/scripts/setup-plymouth.sh.in
|
||||
+ then
|
||||
+ _pangodir=`pango-querymodules-64 | grep ModulesPath | awk '{print $4}'`
|
||||
+ _pangomod="/etc/pango/pango64.modules"
|
||||
+ pangobasicfc="/usr/lib64/pango/1.6.0/modules/pango-basic-fc.so"
|
||||
+ pangobasicfc="${_pangodir}/pango-basic-fc.so"
|
||||
+ else
|
||||
+ _pangodir=`pango-querymodules | grep ModulesPath | awk '{print $4}'`
|
||||
+ _pangomod="/etc/pango/pango.modules"
|
||||
+ pangobasicfc="/usr/lib/pango/1.6.0/modules/pango-basic-fc.so"
|
||||
+ pangobasicfc="${_pangodir}/pango-basic-fc.so"
|
||||
+fi
|
||||
+install -D ${_pangomod} $tmp_mnt/${_pangomod}
|
||||
+install -D ${pangobasicfc} $tmp_mnt/${pangobasicfc}
|
||||
|
Loading…
Reference in New Issue
Block a user