summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2015-10-30 10:59:41 +0100
committerfalkTX <falktx@gmail.com>2015-10-30 10:59:41 +0100
commitd1ac4b5f0ef7ce89d76f1361c7ca6d162fd5c930 (patch)
tree861e4d6195ddad49e48740501d397b31bac4fe68 /Makefile
parent2b27e86b5225757f02c76718f9583bd11a9d1f97 (diff)
Fix last commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2b4cd8a..fee069a 100644
--- a/Makefile
+++ b/Makefile
@@ -42,11 +42,11 @@ install: all
install -d $(DESTDIR)$(PREFIX)/$(LIBDIR)/lv2/"$$plugin".lv2 ; \
install -t $(DESTDIR)$(PREFIX)/$(LIBDIR)/lv2/"$$plugin".lv2 \
bin/"$$plugin".lv2/* ; \
- done; \
+ done;
ifeq ($(HAVE_JACK),true)
for plugin in $(PLUGINS); do \
install -t $(DESTDIR)$(PREFIX)/$(BINDIR) bin/"$$plugin" ; \
- done; \
+ done;
endif
install -t $(DESTDIR)$(PREFIX)/$(LIBDIR)/ladspa bin/*-ladspa.so
install -t $(DESTDIR)$(PREFIX)/$(LIBDIR)/vst bin/*-vst.so