From 4f94919bc175d9adf16f6f34ab233402d631d2a7 Mon Sep 17 00:00:00 2001 From: K Lange Date: Wed, 24 Mar 2021 21:26:52 +0900 Subject: [PATCH] Need to make target directory for codecs module on install --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 42ced79..2dfe28b 100644 --- a/Makefile +++ b/Makefile @@ -179,6 +179,7 @@ install: all libkuroko.so ${HEADERS} $(KRKMODS) $(MODULES) $(INSTALL) -d $(DESTDIR)$(bindir)/../lib/kuroko $(INSTALL) -d $(DESTDIR)$(bindir)/../lib/kuroko/syntax $(INSTALL) -d $(DESTDIR)$(bindir)/../lib/kuroko/foo/bar + $(INSTALL) -d $(DESTDIR)$(bindir)/../lib/kuroko/codecs @echo "Installing programs..." $(INSTALL_PROGRAM) kuroko $(DESTDIR)$(bindir)/kuroko $(INSTALL_PROGRAM) $(TOOLS) $(DESTDIR)$(bindir)/