summaryrefslogtreecommitdiff
path: root/gen-interface-templates.pl
diff options
context:
space:
mode:
Diffstat (limited to 'gen-interface-templates.pl')
-rwxr-xr-xgen-interface-templates.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen-interface-templates.pl b/gen-interface-templates.pl
index 9c9c4d9..879303e 100755
--- a/gen-interface-templates.pl
+++ b/gen-interface-templates.pl
@@ -133,7 +133,7 @@ sub mkdir_p {
}
foreach my $if_tree ( keys %interface_hash ) {
- my $inpath = "interface-templates";
+ my $inpath = "templates-skeleton/interface-templates";
my $outpath = "$outdir/interfaces/$if_tree";
( -d $outpath )
or mkdir_p($outpath)