]> git.alsa-project.org Git - alsa-utils.git/commitdiff
- added the check of mandrake.
authorTakashi Iwai <tiwai@suse.de>
Tue, 25 Nov 2003 12:15:48 +0000 (12:15 +0000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 25 Nov 2003 12:15:48 +0000 (12:15 +0000)
alsaconf/alsaconf.in

index 9a89d0956d5ca5c7bda30f2c26a9d1c2ce2524f7..f21bb6bf22e10a0bc20a7f2beb64df92093a8e3b 100644 (file)
@@ -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