base-files: add a fake lsb_release to make kodi happy.
This commit is contained in:
parent
73d984b79b
commit
466e02e892
2 changed files with 5 additions and 1 deletions
3
srcpkgs/base-files/files/lsb_release
Normal file
3
srcpkgs/base-files/files/lsb_release
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
echo Void
|
||||
exit 0
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'base-files'
|
||||
pkgname=base-files
|
||||
version=0.129
|
||||
version=0.130
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
depends="xbps-triggers"
|
||||
|
@ -64,6 +64,7 @@ do_install() {
|
|||
|
||||
# vkpurge
|
||||
vbin ${FILESDIR}/vkpurge
|
||||
vbin ${FILESDIR}/lsb_release
|
||||
|
||||
# Install default dracut configuration.
|
||||
vinstall ${FILESDIR}/dracut.conf.d.voidlinux.conf 644 \
|
||||
|
|
Loading…
Reference in a new issue