Merge pull request #2708 from the-maldridge/lsb_release
Update lsb_release
This commit is contained in:
commit
8040d15b75
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
echo Void
|
|
||||||
|
printf "Distributor ID:\tVoid\n"
|
||||||
|
printf "Description:\tVoid Linux\n"
|
||||||
|
printf "Release:\trolling\n"
|
||||||
exit 0
|
exit 0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'base-files'
|
# Template file for 'base-files'
|
||||||
pkgname=base-files
|
pkgname=base-files
|
||||||
version=0.132
|
version=0.133
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
depends="xbps-triggers"
|
depends="xbps-triggers"
|
||||||
|
|
Loading…
Reference in a new issue