From b8b8cf684907190a7d85074071d10a3c21aba366 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 14 Jun 2009 17:41:30 +0000 Subject: oops, missed one DESTDIR fix svn path=/trunk/; revision=11772 --- packages/win32_inno/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') 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 -- cgit v1.2.1