Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-admin/emacs-updater/
Date: Fri, 25 Mar 2022 20:59:01
Message-Id: 1648238114.7c152919b92cb79bddacbc668cc649eb17ef1dfb.ulm@gentoo
1 commit: 7c152919b92cb79bddacbc668cc649eb17ef1dfb
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 25 19:55:14 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 25 19:55:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=7c152919
7
8 app-admin/emacs-updater: Sync from gentoo repository
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 app-admin/emacs-updater/emacs-updater-9999.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/app-admin/emacs-updater/emacs-updater-9999.ebuild b/app-admin/emacs-updater/emacs-updater-9999.ebuild
16 index 58a609b..44a1e89 100644
17 --- a/app-admin/emacs-updater/emacs-updater-9999.ebuild
18 +++ b/app-admin/emacs-updater/emacs-updater-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -31,8 +31,8 @@ src_prepare() {
26 fi
27
28 if [[ -n ${EPREFIX} ]]; then
29 - sed -i -e "1s:/:${EPREFIX%/}/:" \
30 - -e "s:^\([[:upper:]]*=\)/:\1${EPREFIX%/}/:" \
31 + sed -i -e "1s:/:${EPREFIX}/:" \
32 + -e "s:^\([[:upper:]]*=\)/:\1${EPREFIX}/:" \
33 emacs-updater || die
34 fi
35 }