summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2018-07-08 23:56:28 +0900
committerBenda Xu <heroxbd@gentoo.org>2018-07-08 23:57:07 +0900
commit885a53bcc5c47a3fb7443229f7f78691b514664f (patch)
treec2e76891091d98d6180ce2978c4f1a763a8d7211 /sys-fs/fuse/fuse-2.9.7-r1.ebuild
parentprofiles: copy random python3_6 masks for python3_7 (diff)
downloadgentoo-885a53bcc5c47a3fb7443229f7f78691b514664f.tar.gz
gentoo-885a53bcc5c47a3fb7443229f7f78691b514664f.tar.bz2
gentoo-885a53bcc5c47a3fb7443229f7f78691b514664f.zip
sys-fs/fuse: Use the proper installation directory under Prefix.
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'sys-fs/fuse/fuse-2.9.7-r1.ebuild')
-rw-r--r--sys-fs/fuse/fuse-2.9.7-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/fuse/fuse-2.9.7-r1.ebuild b/sys-fs/fuse/fuse-2.9.7-r1.ebuild
index b27dc23c1413..822f1b2592de 100644
--- a/sys-fs/fuse/fuse-2.9.7-r1.ebuild
+++ b/sys-fs/fuse/fuse-2.9.7-r1.ebuild
@@ -69,5 +69,5 @@ src_install() {
rm "${ED%/}"/sbin/mount.fuse || die
# handled by the device manager
- rm -r "${ED%/}"/dev || die
+ rm -r "${D%/}"/dev || die
}