From: Rudi Heitbaum Date: Mon, 8 Dec 2025 11:12:34 +0000 (+0000) Subject: alsactl: fix build when in subdirectory X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=10587067fcf5b05e7fa5a84c38238dbffd079c4f;p=alsa-utils.git alsactl: fix build when in subdirectory create the conf directory as part of the edit recipe Closes: https://github.com/alsa-project/alsa-utils/pull/311 Signed-off-by: Rudi Heitbaum Signed-off-by: Jaroslav Kysela --- diff --git a/alsactl/Makefile.am b/alsactl/Makefile.am index 48b7c7a..c8729e0 100644 --- a/alsactl/Makefile.am +++ b/alsactl/Makefile.am @@ -47,6 +47,7 @@ endif edit = \ extratest=$$(echo ' $(ALSACTL_UDEV_EXTRATEST)' | sed -e 's/__/ /g' -e 's/^ $$//'); \ args=$$(echo ' $(ALSACTL_UDEV_ARGS)' | sed -e 's/__/ /g' -e 's/^ $$//'); \ + mkdir -p conf; \ $(SED) -r -e 's,@sbindir\@,$(sbindir),g' \ -e 's,@mydatadir\@,$(mydatadir),g' \ -e 's,@daemonswitch\@,$(ALSACTL_DAEMONSWITCH),g' \