aboutsummaryrefslogtreecommitdiff
path: root/packages/win32_inno/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-09-28 17:24:59 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-09-28 17:24:59 +0000
commit6c66354835eaa61e59cba48652215e546c6db103 (patch)
tree3f4da267de4d06f646daa9c50a0ac05778353986 /packages/win32_inno/Makefile
parent5bf731679b2376e94d95229e1bfed1597385d26d (diff)
move pd-settings.reg to bin/ so that its easy to tell that pd-extended.bat is the thing to run
svn path=/trunk/; revision=15379
Diffstat (limited to 'packages/win32_inno/Makefile')
-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 eb20ab6b..b158875c 100755
--- a/packages/win32_inno/Makefile
+++ b/packages/win32_inno/Makefile
@@ -77,7 +77,7 @@ install: pd_install prebuilt_install lib_install exe_install
prebuilt_install:
$(MAKE) -C $(packages_src) $(DEST_PATHS) extended_install
$(MAKE) -C $(packages_src) $(DEST_PATHS) doc_format
- install -p pd-settings.reg $(DESTDIR)$(prefix)
+ install -p pd-settings.reg $(DESTDIR)$(prefix)/bin
install -p pd-extended.bat $(DESTDIR)$(prefix)