[alsa-devel] [PATCH] [-, JACK, plugin, 1/1] configure: use /etc instead of /etc
Alex Ivanov
gnidorah at ya.ru
Fri Mar 22 16:44:10 CET 2019
Hi, Takashi.
Sure. Here we go.
Signed-off-by: Alex Ivanov <gnidorah at ya.ru>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 5b80585..b52923c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -237,7 +237,7 @@ AC_ARG_WITH(alsalconfdir,
[path where ALSA local add-on config files are stored]),
alsalconfdir="$withval", alsalconfdir="")
if test -z "$alsalconfdir"; then
- alsalconfdir="/etc/alsa/conf.d"
+ alsalconfdir="$sysconfdir/alsa/conf.d"
fi
AC_DEFINE_UNQUOTED(ALSA_LCONF_DIR, "$alsalconfdir", [directory containing local ALSA add-on config files])
ALSA_LCONF_DIR="$alsalconfdir"
--
2.19.2
More information about the Alsa-devel
mailing list