Update lsb_release

Certain tools expect the output of lsb_release to be in a specific
format.  This commit alters the output of lsb_release to use this
format such that those tools can correctly identify the system as
Void Linux.
This commit is contained in:
Michael Aldridge 2015-10-08 01:42:32 -05:00
parent 12bdd137ac
commit c8ff275cd8
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
#!/bin/sh
echo Void
printf "Distributor ID:\tVoid\n"
printf "Description:\tVoid Linux\n"
printf "Release:\trolling\n"
exit 0

View File

@ -1,6 +1,6 @@
# Template file for 'base-files'
pkgname=base-files
version=0.132
version=0.133
revision=1
bootstrap=yes
depends="xbps-triggers"