Browse Source

fix make install (missing pluginlist dir)

pull/1723/head
Alexandros Theodotou Filipe Coelho <falktx@falktx.com> 2 years ago
parent
commit
269d184c36
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile View File

@@ -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



Loading…
Cancel
Save