Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse/
Date: Sun, 08 Jul 2018 14:58:39
Message-Id: 1531061827.885a53bcc5c47a3fb7443229f7f78691b514664f.heroxbd@gentoo
1 commit: 885a53bcc5c47a3fb7443229f7f78691b514664f
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 8 14:56:28 2018 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 8 14:57:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=885a53bc
7
8 sys-fs/fuse: Use the proper installation directory under Prefix.
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 sys-fs/fuse/fuse-2.9.7-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-fs/fuse/fuse-2.9.7-r1.ebuild b/sys-fs/fuse/fuse-2.9.7-r1.ebuild
16 index b27dc23c141..822f1b2592d 100644
17 --- a/sys-fs/fuse/fuse-2.9.7-r1.ebuild
18 +++ b/sys-fs/fuse/fuse-2.9.7-r1.ebuild
19 @@ -69,5 +69,5 @@ src_install() {
20 rm "${ED%/}"/sbin/mount.fuse || die
21
22 # handled by the device manager
23 - rm -r "${ED%/}"/dev || die
24 + rm -r "${D%/}"/dev || die
25 }