Skip to content

Commit

Permalink
media-fonts/fira-code: Re-order src_prepare
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.38, Repoman-2.3.9
  • Loading branch information
johu committed May 18, 2018
1 parent d780c05 commit d8da7ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions media-fonts/fira-code/fira-code-1.205.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ inherit font

DESCRIPTION="Monospaced font with programming ligatures"
HOMEPAGE="https://github.com/tonsky/FiraCode"
SRC_URI="https://github.com/tonsky/FiraCode/archive/${PV}.tar.gz -> ${P}.tar.gz https://github.com/tonsky/FiraCode/files/412440/FiraCode-Regular-Symbol.zip"
SRC_URI="https://github.com/tonsky/FiraCode/archive/${PV}.tar.gz -> ${P}.tar.gz
https://github.com/tonsky/FiraCode/files/412440/FiraCode-Regular-Symbol.zip"

LICENSE="OFL-1.1"
SLOT="0"
Expand All @@ -21,7 +22,6 @@ FONT_SUFFIX="otf"
DOCS="README.md"

src_prepare() {
mv "${WORKDIR}"/*.otf "${FONT_S}" || die

default
mv "${WORKDIR}"/*.otf "${FONT_S}" || die
}

0 comments on commit d8da7ab

Please sign in to comment.