aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-help-en/opie-help-en.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-opie/opie-help-en/opie-help-en.inc')
-rw-r--r--recipes-opie/opie-help-en/opie-help-en.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-opie/opie-help-en/opie-help-en.inc b/recipes-opie/opie-help-en/opie-help-en.inc
index 1ad39b1..30295f3 100644
--- a/recipes-opie/opie-help-en/opie-help-en.inc
+++ b/recipes-opie/opie-help-en/opie-help-en.inc
@@ -24,7 +24,7 @@ do_install() {
}
python populate_packages_prepend () {
- help_dir = bb.data.expand('${palmtopdir}/help/en/html/', d)
-
- do_split_packages(d, help_dir, file_regex='^(.*)\.html$', output_pattern='opie-%s-help-en', description='Opie Help for %s - English', aux_files_pattern=help_dir + '%s/*')
+ help_dir = bb.data.expand('${palmtopdir}/help/en/html/', d)
+
+ do_split_packages(d, help_dir, file_regex='^(.*)\.html$', output_pattern='opie-%s-help-en', description='Opie Help for %s - English', aux_files_pattern=help_dir + '%s/*')
}