diff options
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/nano/nano-9999.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app-editors/nano/nano-9999.ebuild b/app-editors/nano/nano-9999.ebuild index e49803f3fe54..1a12756b35a5 100644 --- a/app-editors/nano/nano-9999.ebuild +++ b/app-editors/nano/nano-9999.ebuild @@ -79,5 +79,11 @@ src_install() { "${ED}"/etc/nanorc || die fi + # Since nano-5.0 these are no longer being "enabled" by default + # (bug #736848) + local rcdir="/usr/share/nano" + mv "${ED}"${rcdir}/extra/* "${ED}"/${rcdir}/ || die + rmdir "${ED}"${rcdir}/extra || die + use split-usr && dosym ../../bin/nano /usr/bin/nano } |