mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
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.
This commit is contained in:
parent
196bb5227e
commit
bc7e19b490
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xen'
|
# Template file for 'xen'
|
||||||
pkgname=xen
|
pkgname=xen
|
||||||
version=4.5.1
|
version=4.5.1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="xen-${version}"
|
wrksrc="xen-${version}"
|
||||||
short_desc="The Xen hypervisor utilities"
|
short_desc="The Xen hypervisor utilities"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -91,6 +91,8 @@ do_install() {
|
||||||
vsv xen
|
vsv xen
|
||||||
vsv xenconsoled
|
vsv xenconsoled
|
||||||
vsv xenstored
|
vsv xenstored
|
||||||
|
|
||||||
|
rm -f ${DESTDIR}/boot/xen-${version%.*}.gz
|
||||||
}
|
}
|
||||||
|
|
||||||
xen-hypervisor_package() {
|
xen-hypervisor_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue