mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
runit-void: set DISTRIB_ID in /etc/os-release; required by steam and others.
This commit is contained in:
parent
23831dba08
commit
8423da805c
2 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,4 @@
|
||||||
NAME="Void"
|
NAME="void"
|
||||||
ID="void"
|
ID="void"
|
||||||
PRETTY_NAME="Void"
|
DISTRIB_ID="void"
|
||||||
|
PRETTY_NAME="void"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'runit-void'
|
# Template file for 'runit-void'
|
||||||
pkgname=runit-void
|
pkgname=runit-void
|
||||||
version=20150905
|
version=20150905
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="void-runit-${version}"
|
wrksrc="void-runit-${version}"
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
|
Loading…
Add table
Reference in a new issue