summaryrefslogtreecommitdiffstats
path: root/gears/SConscript.installers
diff options
context:
space:
mode:
Diffstat (limited to 'gears/SConscript.installers')
-rw-r--r--gears/SConscript.installers2
1 files changed, 1 insertions, 1 deletions
diff --git a/gears/SConscript.installers b/gears/SConscript.installers
index b82d656..4cefdb1 100644
--- a/gears/SConscript.installers
+++ b/gears/SConscript.installers
@@ -255,7 +255,7 @@ def WinCEInstaller():
inf_outdir = ToUnixPath(env.subst('$IE_OUTDIR'))
inf = env.Command(
'$COMMON_GENFILES_DIR/wince_cab_fixed.inf',
- '$COMMON_GENFILES_DIR/wince_cab.inf',
+ '$COMMON_GENFILES_DIR/wince_cab_ie.inf',
'sed -e "s#bin-....wince-arm.ie.#' + inf_outdir + '#g" $SOURCE > $TARGET')
cab = env.Command(
'$WINCE_INSTALLER_CAB',