projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37ac919
)
app-admin/emacs-updater: Remove unnecessary removal of trailing slash.
author
Ulrich Müller
<ulm@gentoo.org>
Tue, 4 Feb 2020 14:39:18 +0000
(15:39 +0100)
committer
Ulrich Müller
<ulm@gentoo.org>
Tue, 4 Feb 2020 14:39:29 +0000
(15:39 +0100)
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
app-admin/emacs-updater/emacs-updater-1.16.ebuild
patch
|
blob
|
history
diff --git
a/app-admin/emacs-updater/emacs-updater-1.16.ebuild
b/app-admin/emacs-updater/emacs-updater-1.16.ebuild
index 92ee3bdbd77dd7a716620bea6a09f8d126b2e558..25dc8ffca26ec3c9ee1a50a4b640ec20d0b7bcda 100644
(file)
--- a/
app-admin/emacs-updater/emacs-updater-1.16.ebuild
+++ b/
app-admin/emacs-updater/emacs-updater-1.16.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-20
19
Gentoo Authors
+# Copyright 1999-20
20
Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@
-25,8
+25,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
}