Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xen-hypervisor: fix install into /boot/boot
@ 2020-08-08 11:43 ashpooljh
  2020-08-08 11:54 ` [PR PATCH] [Updated] " ashpooljh
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: ashpooljh @ 2020-08-08 11:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 511 bytes --]

There is a new pull request by ashpooljh against master on the void-packages repository

https://github.com/ashpooljh/void-packages xen-hypervisor-fix-install
https://github.com/void-linux/void-packages/pull/24139

xen-hypervisor: fix install into /boot/boot
fix #18676
`[ci skip]` due to [exceeding](https://travis-ci.org/github/ashpooljh/void-packages/jobs/716090891#L29182) the maximum log length allowed by Travis.

A patch file from https://github.com/void-linux/void-packages/pull/24139.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xen-hypervisor-fix-install-24139.patch --]
[-- Type: text/x-diff, Size: 656 bytes --]

From e717c21bddca65dbfab11bfcc8f5d537d6128f5b Mon Sep 17 00:00:00 2001
From: Artem Zhurikhin <ashpool@xecut.net>
Date: Sat, 8 Aug 2020 13:53:52 +0300
Subject: [PATCH] xen-hypervisor: fix install into /boot/boot

fix #18676
[ci skip]
---
 srcpkgs/xen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xen/template b/srcpkgs/xen/template
index ae8f5e246fc..35e84259167 100644
--- a/srcpkgs/xen/template
+++ b/srcpkgs/xen/template
@@ -201,7 +201,7 @@ xen-hypervisor_package() {
 	short_desc="Xen Hypervisor"
 	nostrip_files="xen-syms-${version}"
 	pkg_install() {
-		vmove boot
+		vmove "boot/*"
 		vmove usr/lib/efi
 	}
 }

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-08-08 21:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-08 11:43 [PR PATCH] xen-hypervisor: fix install into /boot/boot ashpooljh
2020-08-08 11:54 ` [PR PATCH] [Updated] " ashpooljh
2020-08-08 14:33 ` ericonr
2020-08-08 14:33 ` ericonr
2020-08-08 16:27 ` [PR PATCH] [Updated] " ashpooljh
2020-08-08 16:28 ` ashpooljh
2020-08-08 21:11 ` jnbr
2020-08-08 21:11 ` [PR PATCH] [Merged]: " jnbr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).