diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-09-30 12:10:03 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-09-30 12:10:09 +0200 |
commit | bc1312e96cc802d29752794079de9e120d179fe9 (patch) | |
tree | ce40cbf8b0fcf0cd7e36f6b4ad096a04cdd373f0 /x11-libs/libxcb | |
parent | sys-kernel/vanilla-sources: Automated version bump to {4.4.23,4.7.6} - remove... (diff) | |
download | gentoo-bc1312e96cc802d29752794079de9e120d179fe9.tar.gz gentoo-bc1312e96cc802d29752794079de9e120d179fe9.tar.bz2 gentoo-bc1312e96cc802d29752794079de9e120d179fe9.zip |
x11-libs/libxcb: use proper phase for removing man pages.
Removing files from $D has nothing to do with pkg_preinst and moreover it breaks with FEATURES=noman...
Package-Manager: portage-2.3.1
Diffstat (limited to 'x11-libs/libxcb')
-rw-r--r-- | x11-libs/libxcb/libxcb-1.12-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-libs/libxcb/libxcb-1.12-r1.ebuild b/x11-libs/libxcb/libxcb-1.12-r1.ebuild index 772464b044f7..bd74866996f0 100644 --- a/x11-libs/libxcb/libxcb-1.12-r1.ebuild +++ b/x11-libs/libxcb/libxcb-1.12-r1.ebuild @@ -57,7 +57,8 @@ src_configure() { xorg-2_src_configure } -pkg_preinst() { +src_install() { + xorg-2_src_install if ! use doc; then rm -r "${D}"/usr/share/man || die fi |