aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-06-14 17:41:30 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-06-14 17:41:30 +0000
commitb8b8cf684907190a7d85074071d10a3c21aba366 (patch)
tree8e5c1cc79cdd39de546b39399a298572458c0d7a /packages
parent1c194a8ae24af6eed9da8ae25ea0876e1b128111 (diff)
oops, missed one DESTDIR fix
svn path=/trunk/; revision=11772
Diffstat (limited to 'packages')
-rwxr-xr-xpackages/win32_inno/Makefile2
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