diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2013-09-02 21:21:32 +0200 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-10-10 13:19:12 +0100 |
commit | 41dff9eb53e9e13cd6247ea33645093eb07ee2f6 (patch) | |
tree | 338a944cfb58f0a3318f707b0cb0f26b17315fc1 /media-fonts/Humor-Sans | |
parent | sys-auth/consolekit: Add missing dbus dep (diff) | |
download | gentoo-41dff9eb53e9e13cd6247ea33645093eb07ee2f6.tar.gz gentoo-41dff9eb53e9e13cd6247ea33645093eb07ee2f6.tar.bz2 gentoo-41dff9eb53e9e13cd6247ea33645093eb07ee2f6.zip |
media-fonts/Humor-Sans: Simplify src_unpack
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'media-fonts/Humor-Sans')
-rw-r--r-- | media-fonts/Humor-Sans/Humor-Sans-1.0.ebuild | 4 |
1 files 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 371f4b9d5848..6f6cfcbf875a 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}" } |