We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3835b4a commit 4e098f7Copy full SHA for 4e098f7
Makefile
@@ -29,6 +29,7 @@ install:
29
# make dirs
30
install -d $(DESTDIR)$(PREFIX)/lib/lv2/
31
install -d $(DESTDIR)$(PREFIX)/lib/vst/
32
+ install -d $(DESTDIR)$(PREFIX)/share/
33
34
# install plugins
35
ifneq (,$(wildcard $(CURDIR)/bin/lv2/cabbage-Additive.lv2))
@@ -39,7 +40,7 @@ ifneq (,$(wildcard $(CURDIR)/bin/vst/cabbage-Additive.so))
39
40
endif
41
42
# install protoplug files
- cp -r ports/protoplug/ProtoplugFiles $(DESTDIR)$(PREFIX)/share/
43
+ cp -r ports/protoplug/ProtoplugFiles/ $(DESTDIR)$(PREFIX)/share/
44
45
# -----------------------------------------
46
# clean
0 commit comments