1
Description: Adjust installation path.
3
Author: Alessio Treglia <alessio@debian.org>
7
1 file changed, 4 insertions(+), 4 deletions(-)
9
--- swh-lv2.orig/Makefile
13
-INSTALL_DIR = $(PREFIX)/lib/lv2
15
+INSTALL_DIR = $(DESTDIR)/$(PREFIX)/lib/lv2
19
@@ -34,7 +34,7 @@ FFT_PLUGINS = mbeq-swh.lv2 pitch_scale-s
22
DARWIN := $(shell uname | grep Darwin)
23
-OS := $(shell uname -s)
24
+OS ?= $(shell uname -s)
28
@@ -89,7 +89,7 @@ dist-clean:
30
rm -f plugins/*/*.{c,ttl,$(EXT),o,in} util/*.o gverb/*.o
33
+install: install-system
34
@echo 'use install-user to install in home or install-system to install system wide'
36
install-system: INSTALL_DIR_REALLY=$(INSTALL_DIR)