mirror of
https://gitlab.com/shorewall/code.git
synced 2025-08-18 20:54:33 +02:00
Generate correct library path name
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
@@ -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';
|
||||
|
Reference in New Issue
Block a user