mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-editors/nano: Fixed prefix installations.
Closes: https://bugs.gentoo.org/654534 Package-Manager: Portage-2.3.33, Repoman-2.3.9
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user