Skip to content

Commit

Permalink
Merge pull request #1537 from mariux64/fix-font-symbola
Browse files Browse the repository at this point in the history
font-symbola: fix SRCURL
  • Loading branch information
pmenzel authored Dec 11, 2019
2 parents 191f4b8 + e53c56a commit b3be54b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions font-symbola.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env beesh

# BEE_VERSION font-symbola-9.00-0
# BEE_VERSION font-symbola-9.00-1

SRCURL[0]="http://users.teilar.gr/~g1951d/Symbola.zip"
SRCURL[0]="https://fontlibrary.org/assets/downloads/symbola/cf81aeb303c13ce765877d31571dc5c7/symbola.zip"

# PATCHURL+=()

Expand Down Expand Up @@ -33,6 +33,6 @@ SRCURL[0]="http://users.teilar.gr/~g1951d/Symbola.zip"
#}

mee_install_post() {
install -d --mode=755 ${D}${DATAROOTDIR}/fonts/Symbola
cp -av ${S}/*.ttf ${D}${DATAROOTDIR}/fonts/Symbola/
install -d --mode=755 ${D}${DATAROOTDIR}/fonts/Symbola
cp -av ${S}/*.ttf ${D}${DATAROOTDIR}/fonts/Symbola/
}

0 comments on commit b3be54b

Please sign in to comment.