From bc7e19b490a7fd4bf55bcd94fcad0158f642b15a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 24 Jul 2015 09:38:38 +0200 Subject: [PATCH] xen: do not install any symlink in /boot for the hypervisor. ... otherwise if /boot is fat, the extraction will fail with EPERM because fat filesystem does not support links. Reported by mlen@irc. --- srcpkgs/xen/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/xen/template b/srcpkgs/xen/template index 30144425d23..8d1f42ed1bb 100644 --- a/srcpkgs/xen/template +++ b/srcpkgs/xen/template @@ -1,7 +1,7 @@ # Template file for 'xen' pkgname=xen version=4.5.1 -revision=1 +revision=2 wrksrc="xen-${version}" short_desc="The Xen hypervisor utilities" maintainer="Juan RP " @@ -91,6 +91,8 @@ do_install() { vsv xen vsv xenconsoled vsv xenstored + + rm -f ${DESTDIR}/boot/xen-${version%.*}.gz } xen-hypervisor_package() {