summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Mozes <hydrapolic@gmail.com>2019-02-15 10:41:19 +0100
committerYixun Lan <dlan@gentoo.org>2019-02-16 21:59:02 +0800
commit58865b79483791b2808e7c58306b9326511d1dfc (patch)
tree18afd53e128d48a62b856054f643aa00b536e39f
parentapp-emulation/xen-tools: drop old (diff)
downloadgentoo-58865b79483791b2808e7c58306b9326511d1dfc.tar.gz
gentoo-58865b79483791b2808e7c58306b9326511d1dfc.tar.bz2
gentoo-58865b79483791b2808e7c58306b9326511d1dfc.zip
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@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
-rw-r--r--app-emulation/xen-tools/xen-tools-4.11.1.ebuild7
1 files changed, 6 insertions, 1 deletions
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 fe149384f1b9..2b0aeec7f834 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