Skip to content

Commit

Permalink
Add jack version to 'install' rule
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesaulniers committed Sep 30, 2020
1 parent 12bbe1b commit 595d785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ install:
install -d $(DESTDIR)$(PREFIX)/lib/dssi/
install -d $(DESTDIR)$(PREFIX)/lib/lv2/
install -d "$(DESTDIR)$(PREFIX)/lib/$(VST_FOLDER_NAME)/"

install -Dm 755 "bin/$(PLUGIN_NAME)" -t "$(DESTDIR)$(PREFIX)/bin/"
cp bin/*-dssi.* $(DESTDIR)$(PREFIX)/lib/dssi/
cp bin/*-vst.* "$(DESTDIR)$(PREFIX)/lib/$(VST_FOLDER_NAME)/"

Expand Down

0 comments on commit 595d785

Please sign in to comment.