projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f922f3
)
sys-fs/fuse: Use the proper installation directory under Prefix.
author
Benda Xu
<heroxbd@gentoo.org>
Sun, 8 Jul 2018 14:56:28 +0000
(23:56 +0900)
committer
Benda Xu
<heroxbd@gentoo.org>
Sun, 8 Jul 2018 14:57:07 +0000
(23:57 +0900)
Package-Manager: Portage-2.3.28, Repoman-2.3.9
sys-fs/fuse/fuse-2.9.7-r1.ebuild
patch
|
blob
|
history
diff --git
a/sys-fs/fuse/fuse-2.9.7-r1.ebuild
b/sys-fs/fuse/fuse-2.9.7-r1.ebuild
index b27dc23c1413c96d90782e59867fb9780e431c13..822f1b2592de0aa154c8290cb3c821f34ccdc6df 100644
(file)
--- 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 "${
E
D%/}"/dev || die
+ rm -r "${D%/}"/dev || die
}