mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 03:45:42 +01:00
- added the check of mandrake.
This commit is contained in:
parent
7d1c6cbf95
commit
cae75d593c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue