From 5ea0e85ae607ade632882366c07c2da8af7efdad Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Fri, 16 Jul 2010 20:38:58 +0200 Subject: [PATCH] Install alsa stuff in correct place --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f4bf87db9..65d431262 100644 --- a/Makefile.am +++ b/Makefile.am @@ -248,7 +248,7 @@ audio_libasound_module_ctl_bluetooth_la_LIBADD = lib/libbluetooth.la @ALSA_LIBS@ audio_libasound_module_ctl_bluetooth_la_CFLAGS = @ALSA_CFLAGS@ if CONFIGFILES -alsaconfdir = $(sysconfdir)/alsa +alsaconfdir = $(datadir)/alsa alsaconf_DATA = audio/bluetooth.conf endif