media-fonts/Humor-Sans: Simplify src_unpack

Package-Manager: portage-2.2.20.1
This commit is contained in:
Bertrand Jacquin
2013-09-02 21:21:32 +02:00
parent 790137d7c4
commit 41dff9eb53

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -20,5 +20,5 @@ FONT_S="${S}"
FONT_SUFFIX="ttf"
src_unpack() {
cp "${DISTDIR}/${A}" "${S}/${A//-${PV}}"
cp "${DISTDIR}/${A}" "${FONT_S}/${PN}.${FONT_SUFFIX}"
}