Skip to content

Commit

Permalink
wqy-zenhei: Correct load order
Browse files Browse the repository at this point in the history
currently system-font is changed. move it after 44-mariux. restore old system language
  • Loading branch information
david committed Jul 6, 2016
1 parent 4208709 commit a0798d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fonts-wqy-zenhei-0.bee
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ mee_install() {
install -d -v --mode=755 ${D}/usr/share/fonts/wenquanyi/wqy-zenhei
cp -av ${S}/wqy-zenhei.ttc ${D}/usr/share/fonts/wenquanyi/wqy-zenhei
mkdir -pv ${D}/usr/share/fontconfig/conf.avail
cp -av ${S}/44-wqy-zenhei.conf ${D}/usr/share/fontconfig/conf.avail/
cp -av ${S}/44-wqy-zenhei.conf ${D}/usr/share/fontconfig/conf.avail/65-wqy-zenhei.conf
mkdir -p ${D}/etc/fonts/conf.d
ln -s ${D}/usr/share/fontconfig/conf.avail/44-wqy-zenhei.conf ${D}/etc/fonts/conf.d
ln -s ${D}/usr/share/fontconfig/conf.avail/65-wqy-zenhei.conf ${D}/etc/fonts/conf.d
}

0 comments on commit a0798d1

Please sign in to comment.