diff options
author | David Tardon <dtardon@redhat.com> | 2013-04-21 19:53:40 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-04-21 19:53:58 +0200 |
commit | cde3a2b2c422d2d31e9cb5f36bfa8ca74dbce107 (patch) | |
tree | 2519e2815be78b4e9fab8e025e71140f0b9446a8 /scripting | |
parent | 2d8e4f91feeba58dbe4dc38e484a3be0f578ae9f (diff) |
fix typo
Change-Id: Iaf1875bd7223743aa4309c970601fca3417afe17
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/Package_ScriptsPython.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/Package_ScriptsPython.mk b/scripting/Package_ScriptsPython.mk index d84449686762..8ad8de4a7235 100644 --- a/scripting/Package_ScriptsPython.mk +++ b/scripting/Package_ScriptsPython.mk @@ -30,7 +30,7 @@ $(eval $(call gb_Package_Package,scripting_ScriptsPython,$(SRCDIR)/scripting/exa $(eval $(call gb_Package_set_outdir,scripting_ScriptsPython,$(INSTDIR))) -$(eval $(call gb_Package_add_files_with_dir,Scripting_ScriptsPython,share/Scripts,\ +$(eval $(call gb_Package_add_files_with_dir,scripting_ScriptsPython,share/Scripts,\ python/Capitalise.py \ python/HelloWorld.py \ python/pythonSamples/TableSample.py \ |