From cae75d593cc6ff3c7406bf63a8d3a13dccfee6c9 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 25 Nov 2003 12:15:48 +0000 Subject: [PATCH] - added the check of mandrake. --- alsaconf/alsaconf.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/alsaconf/alsaconf.in b/alsaconf/alsaconf.in index 9a89d09..f21bb6b 100644 --- a/alsaconf/alsaconf.in +++ b/alsaconf/alsaconf.in @@ -24,6 +24,8 @@ if [ -f /etc/SuSE-release -o -f /etc/UnitedLinux-release ]; then distribution="suse" elif [ -f /etc/debian_version ]; then distribution="debian" +elif [ -f /etc/mandrake-release ]; then + distribution="mandrake" elif [ -f /etc/redhat-release -a `grep -c "Red Hat" /etc/redhat-release 2>/dev/null` != 0 ]; then distribution="redhat" elif [ -f /etc/fedora-release -a `grep -c "Fedora" /etc/fedora-release 2>/dev/null` != 0 ]; then -- 2.47.1