projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2afddc2
)
xorg-3.eclass: Remove parent directories of ${D}/usr/share/man/man3 when empty.
author
Arfrever Frehtes Taifersar Arahesis
<Arfrever@Apache.Org>
Sat, 27 Apr 2019 00:33:50 +0000
(
02:33
+0200)
committer
Matt Turner
<mattst88@gentoo.org>
Sat, 27 Apr 2019 04:50:19 +0000
(21:50 -0700)
Bug: https://bugs.gentoo.org/595936
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
eclass/xorg-3.eclass
patch
|
blob
|
history
diff --git
a/eclass/xorg-3.eclass
b/eclass/xorg-3.eclass
index 5b44ac34207fcd001173078d0251009c40811241..557a65233cb7e4a9de7b73f12e359eddafb7f197 100644
(file)
--- a/
eclass/xorg-3.eclass
+++ b/
eclass/xorg-3.eclass
@@
-374,6
+374,7
@@
xorg-3_src_install() {
if in_iuse doc && ! use doc; then
rm -rf "${D}"/usr/share/man/man3
+ rmdir "${D}"/usr{/share{/man,},} 2>/dev/null
fi
# Don't install libtool archives (even for modules)