media-fonts/fira-code: Re-order src_prepare
authorJohannes Huber <johu@gentoo.org>
Fri, 18 May 2018 20:43:08 +0000 (22:43 +0200)
committerJohannes Huber <johu@gentoo.org>
Fri, 18 May 2018 20:52:14 +0000 (22:52 +0200)
Package-Manager: Portage-2.3.38, Repoman-2.3.9

media-fonts/fira-code/fira-code-1.205.ebuild

index 5c694368809a503faa4357a984d9353900788655..de76a1c6fcae348cedd43e1fb1e2648bd91f1f10 100644 (file)
@@ -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"
@@ -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
 }