Skip to content

Commit 4e098f7

Browse files
author
falkTX
committed
Fix protoplug files copying
1 parent 3835b4a commit 4e098f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ install:
2929
# make dirs
3030
install -d $(DESTDIR)$(PREFIX)/lib/lv2/
3131
install -d $(DESTDIR)$(PREFIX)/lib/vst/
32+
install -d $(DESTDIR)$(PREFIX)/share/
3233

3334
# install plugins
3435
ifneq (,$(wildcard $(CURDIR)/bin/lv2/cabbage-Additive.lv2))
@@ -39,7 +40,7 @@ ifneq (,$(wildcard $(CURDIR)/bin/vst/cabbage-Additive.so))
3940
endif
4041

4142
# install protoplug files
42-
cp -r ports/protoplug/ProtoplugFiles $(DESTDIR)$(PREFIX)/share/
43+
cp -r ports/protoplug/ProtoplugFiles/ $(DESTDIR)$(PREFIX)/share/
4344

4445
# -----------------------------------------
4546
# clean

0 commit comments

Comments
 (0)