Skip to content

Commit

Permalink
app-misc/mc: drop slash stripping in ${ED}
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Sergei Trofimovich <[email protected]>
  • Loading branch information
Sergei Trofimovich committed Jul 26, 2019
1 parent 2f0cfbe commit 087d620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-misc/mc/mc-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 087d620

Please sign in to comment.