mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 14:56:46 +02:00
12 lines
573 B
Diff
12 lines
573 B
Diff
diff -Naur alsa-utils-1.0.9a-orig/alsaconf/alsaconf.in alsa-utils-1.0.9a/alsaconf/alsaconf.in
|
|
--- alsa-utils-1.0.9a-orig/alsaconf/alsaconf.in 2005-03-24 00:24:52.000000000 -0800
|
|
+++ alsa-utils-1.0.9a/alsaconf/alsaconf.in 2005-07-18 09:25:02.000000000 -0700
|
|
@@ -65,6 +58,8 @@
|
|
distribution="redhat"
|
|
elif test -f /etc/fedora-release && grep -q "Fedora" /etc/fedora-release; then
|
|
distribution="fedora"
|
|
+elif test -f /etc/alpine-release; then
|
|
+ distribution="alpine"
|
|
elif [ -f /etc/slackware-version -o -f /etc/slamd64-version ]; then
|
|
distribution="slackware"
|
|
else
|