Skip to content
Snippets Groups Projects
Commit 81490bb1 authored by ab0027's avatar ab0027 :speech_balloon:
Browse files

Update patch

parent ff8cdcf6
Branches main
No related tags found
No related merge requests found
Pipeline #8237 failed
diff --git a/Makefile b/Makefile
index fdf0cae..6b7e128 100644
index fdf0cae..c54d721 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,11 @@ default: all
......@@ -10,13 +10,13 @@ index fdf0cae..6b7e128 100644
+all clean uninstall: $(SUBDIRS)
+
+install: $(SUBDIRS)
+ install -D lv2/b_synth $(DESTDIR)/zynthian/zynthian-plugins/lv2/b_synth
+ install -D lv2/b_whirl $(DESTDIR)/zynthian/zynthian-plugins/lv2/b_whirl
+ install -D $(DESTDIR)/zynthian/zynthian-sw/setBfree/lv2/b_synth $(DESTDIR)/zynthian/zynthian-plugins/lv2/b_synth
+ install -D $(DESTDIR)/zynthian/zynthian-sw/setBfree/lv2/b_whirl $(DESTDIR)/zynthian/zynthian-plugins/lv2/b_whirl
doc:
help2man -N --help-option=-H -n 'DSP tonewheel organ' -o doc/setBfree.1 src/setBfree
diff --git a/common.mak b/common.mak
index 0e2f72b..5e76823 100644
index 0e2f72b..d04fec4 100644
--- a/common.mak
+++ b/common.mak
@@ -1,7 +1,7 @@
......@@ -33,7 +33,7 @@ index 0e2f72b..5e76823 100644
bindir = $(PREFIX)/bin
sharedir = $(PREFIX)/share/setBfree
-lv2dir = $(PREFIX)/lib/lv2
+lv2dir = $(DESTDIR)/zynthian/zynthian-sw/setBfree/lv2
+lv2dir = /zynthian/zynthian-sw/setBfree/lv2
CFLAGS ?= $(OPTIMIZATIONS) -Wall
ifeq ($(XWIN),)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment