[scripts] improve pango modules setup, make it working for 32bit chroots
This commit is contained in:
parent
93a9188bd5
commit
2d49afc6df
@ -214,7 +214,11 @@ fi
|
|||||||
# It happens with E17 lives, for sure there is something broken
|
# It happens with E17 lives, for sure there is something broken
|
||||||
# somewhere.
|
# somewhere.
|
||||||
if [ -x "/usr/bin/pango-querymodules" ]; then
|
if [ -x "/usr/bin/pango-querymodules" ]; then
|
||||||
/usr/bin/pango-querymodules > "/etc/pango/$(uname -m)-pc-linux-gnu/pango.modules"
|
if [ "$(uname -m)" = "x86_64" ]; then
|
||||||
|
/usr/bin/pango-querymodules > "/etc/pango/x86_64-pc-linux-gnu/pango.modules"
|
||||||
|
else
|
||||||
|
/usr/bin/pango-querymodules > "/etc/pango/pango.modules"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Setup SAMBA config file
|
# Setup SAMBA config file
|
||||||
|
Loading…
Reference in New Issue
Block a user