aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e0f856d..d26c7b5 100644
--- a/Makefile
+++ b/Makefile
@@ -107,7 +107,7 @@ install-doc:
install -m644 -p CHANGES $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/CHANGES.txt
install-exec:
- install -d $(objectsdir)/$(LIBRARY_NAME)
+ install -d $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)
install -m644 -p $(wildcard *.pd) $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)