From: Takashi Iwai Date: Tue, 25 Nov 2003 12:15:48 +0000 (+0000) Subject: - added the check of mandrake. X-Git-Tag: v1.0.3~32 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=cae75d593cc6ff3c7406bf63a8d3a13dccfee6c9;p=alsa-utils.git - added the check of mandrake. --- 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