From 8423da805c4d61d855dca6167aba11044003c290 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 23 Sep 2015 10:05:03 +0200 Subject: [PATCH] runit-void: set DISTRIB_ID in /etc/os-release; required by steam and others. --- srcpkgs/runit-void/files/os-release | 5 +++-- srcpkgs/runit-void/template | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/runit-void/files/os-release b/srcpkgs/runit-void/files/os-release index 0fa5c3bbb84..12dcabd1f3e 100644 --- a/srcpkgs/runit-void/files/os-release +++ b/srcpkgs/runit-void/files/os-release @@ -1,3 +1,4 @@ -NAME="Void" +NAME="void" ID="void" -PRETTY_NAME="Void" +DISTRIB_ID="void" +PRETTY_NAME="void" diff --git a/srcpkgs/runit-void/template b/srcpkgs/runit-void/template index 74de3ab3a85..8f6d2e0bc5a 100644 --- a/srcpkgs/runit-void/template +++ b/srcpkgs/runit-void/template @@ -1,7 +1,7 @@ # Template file for 'runit-void' pkgname=runit-void version=20150905 -revision=1 +revision=2 wrksrc="void-runit-${version}" build_pie=yes build_style=gnu-makefile