mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
vmklive: make sure module-init-tools vpkg is always found.
This commit is contained in:
parent
4bb54df21b
commit
b837c7a9ed
2 changed files with 3 additions and 1 deletions
|
@ -334,6 +334,8 @@ echo "virtual-package rsyslog { targets = syslog-daemon-0 }" \
|
||||||
>> $ROOTFS/etc/xbps/xbps.conf
|
>> $ROOTFS/etc/xbps/xbps.conf
|
||||||
echo "virtual-package dcron { targets = cron-daemon-0 }" \
|
echo "virtual-package dcron { targets = cron-daemon-0 }" \
|
||||||
>> $ROOTFS/etc/xbps/xbps.conf
|
>> $ROOTFS/etc/xbps/xbps.conf
|
||||||
|
echo "virtual-package kmod { targets = module-init-tools-3.17 }" \
|
||||||
|
>> $ROOTFS/etc/xbps/xbps.conf
|
||||||
_devel=$($XBPS_UHELPER_CMD -r $ROOTFS version xbps-devel)
|
_devel=$($XBPS_UHELPER_CMD -r $ROOTFS version xbps-devel)
|
||||||
if [ -n "${_devel}" ]; then
|
if [ -n "${_devel}" ]; then
|
||||||
echo "virtual-package xbps-devel { targets = xbps-9999 }" \
|
echo "virtual-package xbps-devel { targets = xbps-9999 }" \
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'vmklive'
|
# Template file for 'vmklive'
|
||||||
pkgname=vmklive
|
pkgname=vmklive
|
||||||
version=0.9.1
|
version=0.9.2
|
||||||
replaces="xbps-mklive>=0 vanilla-mklive>=0"
|
replaces="xbps-mklive>=0 vanilla-mklive>=0"
|
||||||
noextract=yes
|
noextract=yes
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue