diff --git a/Shorewall/Perl/Shorewall/Compiler.pm b/Shorewall/Perl/Shorewall/Compiler.pm index 78965c09c..537cf060e 100644 --- a/Shorewall/Perl/Shorewall/Compiler.pm +++ b/Shorewall/Perl/Shorewall/Compiler.pm @@ -91,7 +91,7 @@ sub generate_script_1() { } else { copy $globals{SHAREDIRPL} . 'prog.header6'; } - copy $globals{SHAREDIR} . 'lib.run'; + copy $globals{SHAREDIR} . '/lib.run'; } my $lib = find_file 'lib.private';