summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-03-25 20:55:14 +0100
committerUlrich Müller <ulm@gentoo.org>2022-03-25 20:55:14 +0100
commit7c152919b92cb79bddacbc668cc649eb17ef1dfb (patch)
treee714a9fe36ab84f1551148245f6c06e782e5be27
parentelisp*.eclass: Sync from Gentoo repository (diff)
downloademacs-7c152919b92cb79bddacbc668cc649eb17ef1dfb.tar.gz
emacs-7c152919b92cb79bddacbc668cc649eb17ef1dfb.tar.bz2
emacs-7c152919b92cb79bddacbc668cc649eb17ef1dfb.zip
app-admin/emacs-updater: Sync from gentoo repository
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--app-admin/emacs-updater/emacs-updater-9999.ebuild6
1 files 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
}