sys-fs/fuse: remove installed /dev directory on Prefix.
authorBenda Xu <heroxbd@gentoo.org>
Mon, 20 May 2019 14:19:57 +0000 (22:19 +0800)
committerBenda Xu <heroxbd@gentoo.org>
Sat, 25 May 2019 06:23:00 +0000 (14:23 +0800)
  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@gentoo.org>
sys-fs/fuse/fuse-2.9.9.ebuild
sys-fs/fuse/fuse-3.4.1.ebuild
sys-fs/fuse/fuse-3.4.2.ebuild
sys-fs/fuse/fuse-3.5.0.ebuild

index e36b63cd93811d157da194ff1b0a6c1b9ffbbfc1..c2933b58a93e54a9c8d0533fabae40592a977a98 100644 (file)
@@ -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
 }
index dddc7c719957c77096256cde3e1e194fb300b076..f4468b461435c631bd2a98461ac2f19b447571a4 100644 (file)
@@ -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
index 80ef87425176f83b2affeb9fdedbc55ddb248b79..36c655c869a1eadf96a0b8c2179a9933140a602d 100644 (file)
@@ -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
index 80ef87425176f83b2affeb9fdedbc55ddb248b79..36c655c869a1eadf96a0b8c2179a9933140a602d 100644 (file)
@@ -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