From 621f1ea99a42901ae0c93a63e2248344db454b8c Mon Sep 17 00:00:00 2001 From: falkTX Date: Wed, 10 Jul 2013 01:07:39 +0100 Subject: [PATCH] Don't create install plugin dirs, since they are not used now --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index a1731b833..da0f83cb0 100644 --- a/Makefile +++ b/Makefile @@ -149,11 +149,11 @@ install: install -d $(DESTDIR)$(PREFIX)/lib/carla/resources/ install -d $(DESTDIR)$(PREFIX)/lib/carla/resources/nekofilter/ install -d $(DESTDIR)$(PREFIX)/lib/carla/resources/zynaddsubfx/ -ifeq ($(CARLA_PLUGIN_SUPPORT),true) - install -d $(DESTDIR)$(PREFIX)/lib/dssi/ - install -d $(DESTDIR)$(PREFIX)/lib/lv2/carla.lv2/ - install -d $(DESTDIR)$(PREFIX)/lib/vst/ -endif +# ifeq ($(CARLA_PLUGIN_SUPPORT),true) +# install -d $(DESTDIR)$(PREFIX)/lib/dssi/ +# install -d $(DESTDIR)$(PREFIX)/lib/lv2/carla.lv2/ +# install -d $(DESTDIR)$(PREFIX)/lib/vst/ +# endif install -d $(DESTDIR)$(PREFIX)/share/applications/ install -d $(DESTDIR)$(PREFIX)/share/carla/ install -d $(DESTDIR)$(PREFIX)/share/icons/hicolor/16x16/apps/