Browse Source

Fix protoplug files copying

master
falkTX 9 years ago
parent
commit
4e098f7544
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Makefile

+ 2
- 1
Makefile View File

@@ -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))
@@ -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


Loading…
Cancel
Save