Skip to content
Snippets Groups Projects
Commit b7604564 authored by mandersch's avatar mandersch
Browse files

Fix relative path in 'plan_to_module.pl'

parent 50e97fbe
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ my $plan_dir = './plans'; ...@@ -11,7 +11,7 @@ my $plan_dir = './plans';
my $make_tt = "$tmpl_dir/Makefile.tt"; my $make_tt = "$tmpl_dir/Makefile.tt";
my $module_tt = "$tmpl_dir/module.tt"; my $module_tt = "$tmpl_dir/module.tt";
my $linux_src = '../../'; my $linux_src = '../../../';
my $tt = Template->new({ my $tt = Template->new({
OUTPUT_PATH => $output_dir, OUTPUT_PATH => $output_dir,
RELATIVE => 1 RELATIVE => 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment