aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmotd <dmotd@users.sourceforge.net>2009-09-14 17:46:29 +0000
committerdmotd <dmotd@users.sourceforge.net>2009-09-14 17:46:29 +0000
commit1b49604c2911cdc2d698373758908084c7b5df5a (patch)
tree6a853841e632a7d7258a5832cb918bcd8f3116ff
parent40c012ec96b22dcfcecd87a157f71c60cf41fe1c (diff)
more missing DESTDIR vars
svn path=/trunk/externals/motex/; revision=12338
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c88bca5..e839a7b 100644
--- a/Makefile
+++ b/Makefile
@@ -104,7 +104,7 @@ install-doc:
install -m644 -p LICENCE $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/LICENSE.txt
install-exec:
- install -d $(objectsdir)/$(LIBRARY_NAME)
+ install -d $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)
install -m644 -p $(wildcard *.pd) $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)