summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-08-28 18:12:11 +0200
committerDavid Seifert <soap@gentoo.org>2019-08-28 18:12:11 +0200
commit23c18653f5d783623106b9f44f3dba1e217d63a2 (patch)
tree3deaf04ba317479495f1c177f892f77b67d32ede
parentapp-misc/lirc: [QA] Remove unnecessary slash strip (diff)
downloadgentoo-23c18653f5d783623106b9f44f3dba1e217d63a2.tar.gz
gentoo-23c18653f5d783623106b9f44f3dba1e217d63a2.tar.bz2
gentoo-23c18653f5d783623106b9f44f3dba1e217d63a2.zip
app-misc/mc: [QA] Remove unnecessary slash strip
Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--app-misc/mc/mc-4.8.22.ebuild2
-rw-r--r--app-misc/mc/mc-4.8.23-r1.ebuild2
-rw-r--r--app-misc/mc/mc-4.8.23.ebuild2
3 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/mc/mc-4.8.22.ebuild b/app-misc/mc/mc-4.8.22.ebuild
index 1e7d94b10815..769e4414056a 100644
--- a/app-misc/mc/mc-4.8.22.ebuild
+++ b/app-misc/mc/mc-4.8.22.ebuild
@@ -95,7 +95,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
}
diff --git a/app-misc/mc/mc-4.8.23-r1.ebuild b/app-misc/mc/mc-4.8.23-r1.ebuild
index 322ccb31aed9..cfb708711999 100644
--- a/app-misc/mc/mc-4.8.23-r1.ebuild
+++ b/app-misc/mc/mc-4.8.23-r1.ebuild
@@ -100,7 +100,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
}
diff --git a/app-misc/mc/mc-4.8.23.ebuild b/app-misc/mc/mc-4.8.23.ebuild
index 3d20a797b3a8..5f71da448cf0 100644
--- a/app-misc/mc/mc-4.8.23.ebuild
+++ b/app-misc/mc/mc-4.8.23.ebuild
@@ -95,7 +95,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
}