mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:35:42 +01:00
07ca0dd40b
Here is a small patch for alsaconf, which removes an useless dependency on `which' by using a bash built-in instead : `type -p'. I encountered the problem of the missing `which' while using alsaconf on a clfs-built linux system. It is useless to install `which' when we already have `type -p', and alsaconf already needs bash, so this does not replace a dependency by another one, but really removes a dependency for alsaconf. Signed-off-by: Takashi Iwai <tiwai@suse.de> |
||
---|---|---|
.. | ||
po | ||
alsaconf.8 | ||
alsaconf.fr.8 | ||
alsaconf.in | ||
Makefile.am |