From 58865b79483791b2808e7c58306b9326511d1dfc Mon Sep 17 00:00:00 2001 From: Tomas Mozes Date: Fri, 15 Feb 2019 10:41:19 +0100 Subject: app-emulation/xen-tools: backport QA fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://github.com/gentoo/gentoo/pull/11057 Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Tomáš Mózes Signed-off-by: Yixun Lan --- app-emulation/xen-tools/xen-tools-4.11.1.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'app-emulation/xen-tools') diff --git a/app-emulation/xen-tools/xen-tools-4.11.1.ebuild b/app-emulation/xen-tools/xen-tools-4.11.1.ebuild index fe149384f1b..2b0aeec7f83 100644 --- a/app-emulation/xen-tools/xen-tools-4.11.1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.11.1.ebuild @@ -439,6 +439,11 @@ src_install() { # Remove files failing QA AFTER emake installs them, avoiding seeking absent files find "${D}" \( -name openbios-sparc32 -o -name openbios-sparc64 \ -o -name openbios-ppc -o -name palcode-clipper \) -delete || die + + keepdir /var/lib/xen/dump + keepdir /var/lib/xen/xenpaging + keepdir /var/lib/xenstored + keepdir /var/log/xen } pkg_postinst() { @@ -446,7 +451,7 @@ pkg_postinst() { elog "https://wiki.gentoo.org/wiki/Xen" elog "https://wiki.xen.org/wiki/Main_Page" elog "" - elog "Recommended to utilise the xencommons script to config sytem At boot" + elog "Recommended to utilise the xencommons script to config system at boot" elog "Add by use of rc-update on completion of the install" if ! use hvm; then -- cgit v1.2.1