Skip to content

Commit 1058706

Browse files
heitbaumperexg
authored andcommitted
alsactl: fix build when in subdirectory
create the conf directory as part of the edit recipe Closes: #311 Signed-off-by: Rudi Heitbaum <[email protected]> Signed-off-by: Jaroslav Kysela <[email protected]>
1 parent e4de863 commit 1058706

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

alsactl/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ endif
4747
edit = \
4848
extratest=$$(echo ' $(ALSACTL_UDEV_EXTRATEST)' | sed -e 's/__/ /g' -e 's/^ $$//'); \
4949
args=$$(echo ' $(ALSACTL_UDEV_ARGS)' | sed -e 's/__/ /g' -e 's/^ $$//'); \
50+
mkdir -p conf; \
5051
$(SED) -r -e 's,@sbindir\@,$(sbindir),g' \
5152
-e 's,@mydatadir\@,$(mydatadir),g' \
5253
-e 's,@daemonswitch\@,$(ALSACTL_DAEMONSWITCH),g' \

0 commit comments

Comments
 (0)