mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
app-admin/emacs-updater: Remove unnecessary removal of trailing slash.
Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user