Skip to content

PREFIX not settable per env var #13

Description

@fps

This might help:

diff --git a/Makefile b/Makefile
index 81fb3a3..90ed65a 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,9 @@ ifeq ($(MOD),1)
 EFFECTS_DIR += HardwareBypass
 endif

-INSTALL_PATH = /usr/local/lib/lv2
+PREFIX ?= /usr
+
+INSTALL_PATH = $(PREFIX)/lib/lv2

 all:
                @for fx in $(EFFECTS_DIR); do \

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions