commit:     58865b79483791b2808e7c58306b9326511d1dfc
Author:     Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Fri Feb 15 09:41:19 2019 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sat Feb 16 13:59:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58865b79

app-emulation/xen-tools: backport QA fixes

Closes: https://github.com/gentoo/gentoo/pull/11057

Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 app-emulation/xen-tools/xen-tools-4.11.1.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

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

Reply via email to