commit:     8fe851db214d659a65487cfba4f7f9e8eb816c40
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Mon May 20 14:19:57 2019 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Sat May 25 06:23:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fe851db

sys-fs/fuse: remove installed /dev directory on Prefix.

  In Gentoo Prefix, the /dev is not in the EPREFIX directory.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>

 sys-fs/fuse/fuse-2.9.9.ebuild | 2 +-
 sys-fs/fuse/fuse-3.4.1.ebuild | 4 ++--
 sys-fs/fuse/fuse-3.4.2.ebuild | 2 +-
 sys-fs/fuse/fuse-3.5.0.ebuild | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-fs/fuse/fuse-2.9.9.ebuild b/sys-fs/fuse/fuse-2.9.9.ebuild
index e36b63cd938..c2933b58a93 100644
--- a/sys-fs/fuse/fuse-2.9.9.ebuild
+++ b/sys-fs/fuse/fuse-2.9.9.ebuild
@@ -67,5 +67,5 @@ src_install() {
        rm -r "${ED}"/{etc,$(get_udevdir)} || die
 
        # handled by the device manager
-       rm -r "${ED}"/dev || die
+       rm -r "${D}"/dev || die
 }

diff --git a/sys-fs/fuse/fuse-3.4.1.ebuild b/sys-fs/fuse/fuse-3.4.1.ebuild
index dddc7c71995..f4468b46143 100644
--- a/sys-fs/fuse/fuse-3.4.1.ebuild
+++ b/sys-fs/fuse/fuse-3.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -65,7 +65,7 @@ multilib_src_install_all() {
        rm -r "${ED%/}"/{etc,$(get_udevdir)} || die
 
        # handled by the device manager
-       rm -r "${ED%/}"/dev || die
+       rm -r "${D%/}"/dev || die
 
        # manually install man pages to respect compression
        rm -r "${ED%/}"/usr/share/man || die

diff --git a/sys-fs/fuse/fuse-3.4.2.ebuild b/sys-fs/fuse/fuse-3.4.2.ebuild
index 80ef8742517..36c655c869a 100644
--- a/sys-fs/fuse/fuse-3.4.2.ebuild
+++ b/sys-fs/fuse/fuse-3.4.2.ebuild
@@ -65,7 +65,7 @@ multilib_src_install_all() {
        rm -r "${ED}"/{etc,$(get_udevdir)} || die
 
        # handled by the device manager
-       rm -r "${ED}"/dev || die
+       rm -r "${D}"/dev || die
 
        # manually install man pages to respect compression
        rm -r "${ED}"/usr/share/man || die

diff --git a/sys-fs/fuse/fuse-3.5.0.ebuild b/sys-fs/fuse/fuse-3.5.0.ebuild
index 80ef8742517..36c655c869a 100644
--- a/sys-fs/fuse/fuse-3.5.0.ebuild
+++ b/sys-fs/fuse/fuse-3.5.0.ebuild
@@ -65,7 +65,7 @@ multilib_src_install_all() {
        rm -r "${ED}"/{etc,$(get_udevdir)} || die
 
        # handled by the device manager
-       rm -r "${ED}"/dev || die
+       rm -r "${D}"/dev || die
 
        # manually install man pages to respect compression
        rm -r "${ED}"/usr/share/man || die

Reply via email to