diff options
author | dmotd <dmotd@users.sourceforge.net> | 2009-09-14 17:46:29 +0000 |
---|---|---|
committer | dmotd <dmotd@users.sourceforge.net> | 2009-09-14 17:46:29 +0000 |
commit | 1b49604c2911cdc2d698373758908084c7b5df5a (patch) | |
tree | 6a853841e632a7d7258a5832cb918bcd8f3116ff /Makefile | |
parent | 40c012ec96b22dcfcecd87a157f71c60cf41fe1c (diff) |
more missing DESTDIR vars
svn path=/trunk/externals/motex/; revision=12338
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |