From 15f955f7ceb6b5aec1d73b66e4ab799dda15a424 Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Tue, 10 Mar 2020 17:39:06 +0100 Subject: More cleanups --- app-portage/epm/epm-1.40.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'app-portage/epm/epm-1.40.ebuild') diff --git a/app-portage/epm/epm-1.40.ebuild b/app-portage/epm/epm-1.40.ebuild index f03c083..1d75273 100644 --- a/app-portage/epm/epm-1.40.ebuild +++ b/app-portage/epm/epm-1.40.ebuild @@ -1,6 +1,5 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI="7" @@ -23,8 +22,8 @@ src_unpack() { } src_prepare() { - cp "${FILESDIR}"/epm ${S}/epm - epatch "${FILESDIR}"/${P}-prefix.patch + cp "${FILESDIR}"/epm "${S}"/epm + epatch "${FILESDIR}/${P}"-prefix.patch eprefixify epm } -- cgit v1.2.3