diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-09-28 17:24:59 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-09-28 17:24:59 +0000 |
commit | 6c66354835eaa61e59cba48652215e546c6db103 (patch) | |
tree | 3f4da267de4d06f646daa9c50a0ac05778353986 /packages/win32_inno/Makefile | |
parent | 5bf731679b2376e94d95229e1bfed1597385d26d (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-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 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) |