Commit 16297324 authored by Andrey Shevchuk's avatar Andrey Shevchuk

moved to new home

parent 16618880
......@@ -11,6 +11,7 @@ sub new {
bless($self,$class);
$self->{root} = '/opt/thirdlane/perl_lib';
symlink ($self->{root}, "/usr/libexec/webmin/asterisk/perl_lib");
$self->{force_libs} //= ['/usr/libexec/webmin', '/usr/libexec/webmin/asterisk'];
$ENV{LD_LIBRARY_PATH} = $self->{root} . '/local/usr/lib' . ($ENV{LD_LIBRARY_PATH} ? (':' . $ENV{LD_LIBRARY_PATH}) : '');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment