commit: 41dff9eb53e9e13cd6247ea33645093eb07ee2f6
Author: Bertrand Jacquin <bertrand <AT> jacquin <DOT> bzh>
AuthorDate: Mon Sep 2 19:21:32 2013 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 12:19:12 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41dff9eb
media-fonts/Humor-Sans: Simplify src_unpack
Package-Manager: portage-2.2.20.1
media-fonts/Humor-Sans/Humor-Sans-1.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-fonts/Humor-Sans/Humor-Sans-1.0.ebuild
b/media-fonts/Humor-Sans/Humor-Sans-1.0.ebuild
index 371f4b9..6f6cfcb 100644
--- a/media-fonts/Humor-Sans/Humor-Sans-1.0.ebuild
+++ b/media-fonts/Humor-Sans/Humor-Sans-1.0.ebuild
@@ -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}"
}