Browse Source

Fix install

master
falkTX 5 years ago
parent
commit
0b3a99bfb6
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Makefile

+ 2
- 2
Makefile View File

@@ -32,10 +32,10 @@ install:
install -d $(DESTDIR)$(PREFIX)/share/

# install plugins
ifneq (,$(wildcard $(CURDIR)/bin/lv2/cabbage-Additive.lv2))
ifneq (,$(wildcard $(CURDIR)/bin/lv2/argotlunar2.lv2))
cp -r bin/lv2/*.lv2/ $(DESTDIR)$(PREFIX)/lib/lv2/
endif
ifneq (,$(wildcard $(CURDIR)/bin/vst/cabbage-Additive.so))
ifneq (,$(wildcard $(CURDIR)/bin/vst/argotlunar2.so))
cp -r bin/vst/* $(DESTDIR)$(PREFIX)/lib/vst/
endif



Loading…
Cancel
Save