El jue, 04-03-2010 a las 17:42 -0800, Marcel Holtmann escribió: > Hi Pacho, > > > bluez installs stuff into /etc/alsa and it seems wrong since default > > location for alsa stuff seems to be /usr/share/alsa instead. You can > > also see that this is been workarounded in ubuntu, gentoo (and probably > > debian also). > > > > Any reason why using /etc/alsa instead? > > I thought that is the default location. If that is wrong, then please > quote the ALSA documentation and send a patch to fix it. > > Regards > > Marcel alsa-lib configure.in seems to indicate that /usr/share/alsa is the default one: dnl ALSA configuration directory AC_ARG_WITH(configdir, AS_HELP_STRING([--with-configdir=dir], [path where ALSA config files are stored]), confdir="$withval", confdir="") if test -z "$confdir"; then eval dir="$datadir" case "$dir" in /*) ;; *) dir="$prefix/share" esac confdir="$dir/alsa" fi
Attachment:
signature.asc
Description: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada digitalmente