mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-fonts/Humor-Sans: Simplify src_unpack
Package-Manager: portage-2.2.20.1
This commit is contained in:
@@ -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}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user