Skip to content

Commit

Permalink
Merge pull request #39 from mariux64/issue-font-wqy-zenhei
Browse files Browse the repository at this point in the history
font-wqy-zenhei: Fix up package name
  • Loading branch information
pmenzel committed Jul 7, 2016
2 parents ef3aac4 + 76ce4a7 commit 021a88e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fonts-wqy-zenhei-0.bee → font-wqy-zenhei-0.bee
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

bee_version fonts-wqy-zenhei-0.9.45-0
bee_version font-wqy-zenhei-0.9.45-0

SRCURL[0]="http://http.debian.net/debian/pool/main/f/fonts-wqy-zenhei/fonts-wqy-zenhei_${PKGVERSION}.orig.tar.gz"

Expand Down 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/65-wqy-zenhei.conf
sed '9,10d' ${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/65-wqy-zenhei.conf ${D}/etc/fonts/conf.d
}

0 comments on commit 021a88e

Please sign in to comment.