projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f0cfbe
)
app-misc/mc: drop slash stripping in ${ED}
author
Sergei Trofimovich
<slyfox@gentoo.org>
Fri, 26 Jul 2019 06:41:28 +0000
(07:41 +0100)
committer
Sergei Trofimovich
<slyfox@gentoo.org>
Fri, 26 Jul 2019 06:41:55 +0000
(07:41 +0100)
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
app-misc/mc/mc-9999.ebuild
patch
|
blob
|
history
diff --git
a/app-misc/mc/mc-9999.ebuild
b/app-misc/mc/mc-9999.ebuild
index a8a30b230b1c86b5e8acd1c72b187839fd648f68..471af7fa7dcae732c5fa7d567419a82763a653c2 100644
(file)
--- a/
app-misc/mc/mc-9999.ebuild
+++ b/
app-misc/mc/mc-9999.ebuild
@@
-107,7
+107,7
@@
src_install() {
if ! use xdg ; then
sed 's@MC_XDG_OPEN="xdg-open"@MC_XDG_OPEN="/bin/false"@' \
- -i "${ED
%/
}"/usr/libexec/mc/ext.d/*.sh || die
+ -i "${ED}"/usr/libexec/mc/ext.d/*.sh || die
fi
}