aboutsummaryrefslogtreecommitdiff
path: root/skel/tools/build/Makefile.in
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2012-07-27 01:58:45 -0500
committerpmichaud <pmichaud@pobox.com>2012-07-27 01:58:45 -0500
commit80c00b591396494123c5e1823966ccc0768f8ca1 (patch)
tree1ccfe8bd3017e2c665ebb70d61bbffa8c3786588 /skel/tools/build/Makefile.in
parent6066c440ae2d26b25856818d0a7375bdf49e977f (diff)
Add script to patch wxs file generated by Wix "heat" command.
Diffstat (limited to 'skel/tools/build/Makefile.in')
-rw-r--r--skel/tools/build/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/skel/tools/build/Makefile.in b/skel/tools/build/Makefile.in
index c8a81fb..2258128 100644
--- a/skel/tools/build/Makefile.in
+++ b/skel/tools/build/Makefile.in
@@ -156,7 +156,7 @@ perlcritic:
msi:
@$(CP) c:/strawberry/c/bin/libgcc_s_sjlj-1.dll $(PARROT_BIN_DIR)
cmd /c heat dir $(PREFIX_DIR) -gg -sfrag -template product -cg RakudoStar -out $(STAR).wxs
- $(PERL) -ibak tools/build/wix-patch.pl $(STAR).wxs
+ $(PERL) -ibak tools/build/wxs-patch.pl $(STAR).wxs
cmd /c candle $(STAR).wxs
cmd /c light -b $(PREFIX_DIR) $(STAR).wixobj