]> git.pld-linux.org Git - packages/alsa-utils.git/blob - alsa-utils-alsaconf.patch
- typo
[packages/alsa-utils.git] / alsa-utils-alsaconf.patch
1 --- alsa-utils-1.0.4/alsaconf/alsaconf.in.orig  Fri Mar 19 14:29:23 2004
2 +++ alsa-utils-1.0.4/alsaconf/alsaconf.in       Thu May 20 14:04:12 2004
3 @@ -30,9 +30,9 @@
4    distribution="debian"
5  elif [ -f /etc/mandrake-release ]; then
6    distribution="mandrake"
7 -elif [ -f /etc/redhat-release -a `grep -c "Red Hat" /etc/redhat-release 2>/dev/null` -ne 0 ]; then
8 +elif [ -f /etc/redhat-release ] && grep -sq "Red Hat" /etc/redhat-release ; then
9    distribution="redhat"
10 -elif [ -f /etc/fedora-release -a `grep -c "Fedora" /etc/fedora-release 2>/dev/null` -ne 0 ]; then
11 +elif [ -f /etc/fedora-release ] && grep -sq "Fedora" /etc/fedora-release ; then
12    distribution="fedora"
13  else
14    distribution="unknown"
This page took 0.116764 seconds and 3 git commands to generate.