diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-06-14 17:41:30 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-06-14 17:41:30 +0000 |
commit | b8b8cf684907190a7d85074071d10a3c21aba366 (patch) | |
tree | 8e5c1cc79cdd39de546b39399a298572458c0d7a /packages/win32_inno/Makefile | |
parent | 1c194a8ae24af6eed9da8ae25ea0876e1b128111 (diff) |
oops, missed one DESTDIR fix
svn path=/trunk/; revision=11772
Diffstat (limited to 'packages/win32_inno/Makefile')
-rwxr-xr-x | packages/win32_inno/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/win32_inno/Makefile b/packages/win32_inno/Makefile index ad17e58f..5ea87754 100755 --- a/packages/win32_inno/Makefile +++ b/packages/win32_inno/Makefile @@ -104,7 +104,7 @@ exe_install: # on Windows, the pddp tcl files need to be in pd/lib aka $(libdir) pddplink_hack: install -d $(DESTDIR)$(libdir)/pddp - install -p $(externals_src)/miXed/bin/pddp/*.tcl $(libdir)/pddp + install -p $(externals_src)/miXed/bin/pddp/*.tcl $(DESTDIR)$(libdir)/pddp # here are some hacks to assemble a package from binaries |