forked from extern/shorewall_code
Generate correct library path name
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
24432a5f76
commit
7b52d812ae
@ -91,7 +91,7 @@ sub generate_script_1() {
|
|||||||
} else {
|
} else {
|
||||||
copy $globals{SHAREDIRPL} . 'prog.header6';
|
copy $globals{SHAREDIRPL} . 'prog.header6';
|
||||||
}
|
}
|
||||||
copy $globals{SHAREDIR} . 'lib.run';
|
copy $globals{SHAREDIR} . '/lib.run';
|
||||||
}
|
}
|
||||||
|
|
||||||
my $lib = find_file 'lib.private';
|
my $lib = find_file 'lib.private';
|
||||||
|
Loading…
Reference in New Issue
Block a user