From 7c152919b92cb79bddacbc668cc649eb17ef1dfb Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Fri, 25 Mar 2022 20:55:14 +0100 Subject: app-admin/emacs-updater: Sync from gentoo repository MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- app-admin/emacs-updater/emacs-updater-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-admin/emacs-updater/emacs-updater-9999.ebuild b/app-admin/emacs-updater/emacs-updater-9999.ebuild index 58a609b..44a1e89 100644 --- a/app-admin/emacs-updater/emacs-updater-9999.ebuild +++ b/app-admin/emacs-updater/emacs-updater-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -31,8 +31,8 @@ src_prepare() { fi if [[ -n ${EPREFIX} ]]; then - sed -i -e "1s:/:${EPREFIX%/}/:" \ - -e "s:^\([[:upper:]]*=\)/:\1${EPREFIX%/}/:" \ + sed -i -e "1s:/:${EPREFIX}/:" \ + -e "s:^\([[:upper:]]*=\)/:\1${EPREFIX}/:" \ emacs-updater || die fi } -- cgit v1.2.3-65-gdbad