mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
13 lines
402 B
Diff
13 lines
402 B
Diff
|
--- a/src/common/util.cc 2017-09-26 18:27:07.000000000 +0200
|
||
|
+++ b/src/common/util.cc 2017-10-05 15:58:14.852647976 +0200
|
||
|
@@ -158,8 +158,7 @@
|
||
|
{
|
||
|
static const map<string, string> kvm = {
|
||
|
{ "distro", "ID=" },
|
||
|
- { "distro_description", "PRETTY_NAME=" },
|
||
|
- { "distro_version", "VERSION_ID=" }
|
||
|
+ { "distro_description", "PRETTY_NAME=" }
|
||
|
};
|
||
|
|
||
|
FILE *fp = fopen("/etc/os-release", "r");
|