Skip to content

Commit

Permalink
Merge pull request #35 from mariux64/fix-load-order-in-wqy-zenhei
Browse files Browse the repository at this point in the history
wqy-zenhei: Correct load order
  • Loading branch information
pmenzel committed Jul 6, 2016
2 parents 4208709 + a0798d1 commit ef3aac4
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 ef3aac4

Please sign in to comment.