diff options
author | David Tardon <dtardon@redhat.com> | 2013-02-28 05:25:13 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-02-28 05:25:13 +0100 |
commit | db36904f41b577f61033f7c4b6df922045928b86 (patch) | |
tree | fdf2aba71a3e1befa44398da8bc383d78622d415 /setup_native | |
parent | 2b791f1cc51eaad25bd3464f94231fe4b236fae6 (diff) |
fix typo
Change-Id: I6c824dccee8c0af0edb2f6fce7d47079894f7af4
Diffstat (limited to 'setup_native')
-rw-r--r-- | setup_native/Package_wintools.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_native/Package_wintools.mk b/setup_native/Package_wintools.mk index 05bb20154cc5..1c9919843c7e 100644 --- a/setup_native/Package_wintools.mk +++ b/setup_native/Package_wintools.mk @@ -10,7 +10,7 @@ $(eval $(call gb_Package_Package,setup_native_wintools,$(call gb_CustomTarget_get_workdir,setup_native/wintools))) $(eval $(call gb_Package_add_files,setup_native_wintools,bin,\ - mackcab.exe \ + makecab.exe \ msidb.exe \ msiinfo.exe \ msimsp.exe \ |