diff options
Diffstat (limited to 'testing/hardinfo/hardinfo-alpine.patch')
-rw-r--r-- | testing/hardinfo/hardinfo-alpine.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/hardinfo/hardinfo-alpine.patch b/testing/hardinfo/hardinfo-alpine.patch new file mode 100644 index 000000000..279aa5d53 --- /dev/null +++ b/testing/hardinfo/hardinfo-alpine.patch @@ -0,0 +1,10 @@ +--- ./computer.h.orig ++++ ./computer.h +@@ -23,6 +23,7 @@ + static struct { + gchar *file, *codename; + } distro_db[] = { ++ { DB_PREFIX "alpine-version", "al" }, + { DB_PREFIX "debian_version", "deb" }, + { DB_PREFIX "slackware-version", "slk" }, + { DB_PREFIX "mandrake-release", "mdk" }, |