summaryrefslogtreecommitdiff
path: root/app-editors/nano/nano-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/nano/nano-9999.ebuild')
-rw-r--r--app-editors/nano/nano-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-editors/nano/nano-9999.ebuild b/app-editors/nano/nano-9999.ebuild
index 2b29359919a7..a0bec925c03d 100644
--- a/app-editors/nano/nano-9999.ebuild
+++ b/app-editors/nano/nano-9999.ebuild
@@ -64,7 +64,8 @@ src_configure() {
src_install() {
default
- rm -rf "${ED%/}"/trash
+ # don't use "${ED}" here or things break (#654534)
+ rm -r "${D%/}"/trash || die
dodoc doc/sample.nanorc
docinto html