Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix protoplug files copying
  • Loading branch information
falkTX committed Mar 23, 2015
1 parent 3835b4a commit 4e098f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -29,6 +29,7 @@ install:
# make dirs
install -d $(DESTDIR)$(PREFIX)/lib/lv2/
install -d $(DESTDIR)$(PREFIX)/lib/vst/
install -d $(DESTDIR)$(PREFIX)/share/

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

# install protoplug files
cp -r ports/protoplug/ProtoplugFiles $(DESTDIR)$(PREFIX)/share/
cp -r ports/protoplug/ProtoplugFiles/ $(DESTDIR)$(PREFIX)/share/

# -----------------------------------------
# clean
Expand Down

0 comments on commit 4e098f7

Please sign in to comment.