diff options
-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 |