From 7b52d812ae22a910c5a5adf79f42a11eaf6b897d Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Thu, 4 Mar 2010 09:40:18 -0800 Subject: [PATCH] Generate correct library path name Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Compiler.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';