From 269d184c365ec1f3dacacb0c3cbe89dcc6183e4e Mon Sep 17 00:00:00 2001 From: Alexandros Theodotou Date: Mon, 10 Oct 2022 01:48:47 +0900 Subject: [PATCH] fix make install (missing pluginlist dir) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8a3c501d5..ee114d48d 100644 --- a/Makefile +++ b/Makefile @@ -469,6 +469,7 @@ ifeq ($(HAVE_PYQT),true) install -d $(DESTDIR)$(DATADIR)/carla/resources/translations install -d $(DESTDIR)$(DATADIR)/carla/modgui install -d $(DESTDIR)$(DATADIR)/carla/patchcanvas + install -d $(DESTDIR)$(DATADIR)/carla/pluginlist install -d $(DESTDIR)$(DATADIR)/carla/widgets endif