diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-12-05 20:19:35 +0100 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.net> | 2017-10-19 06:43:47 +0200 |
commit | ca4e9f98493d1b62db98601c1f2529b79cf3e4b1 (patch) | |
tree | 54997bddc947019e64e0295ac6703ede1bd342f8 | |
parent | 0882b7bd5cb140d9dc3388285057f944a38cba49 (diff) | |
download | exilog-ca4e9f98493d1b62db98601c1f2529b79cf3e4b1.zip exilog-ca4e9f98493d1b62db98601c1f2529b79cf3e4b1.tar.gz exilog-ca4e9f98493d1b62db98601c1f2529b79cf3e4b1.tar.bz2 |
set lib-path to /usr/lib/exilog instead using FindBin module
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
-rw-r--r-- | lib/exilog_config.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/exilog_config.pm b/lib/exilog_config.pm index 9488a32..070690a 100644 --- a/lib/exilog_config.pm +++ b/lib/exilog_config.pm @@ -15,6 +15,8 @@ use Fcntl ':mode'; use lib "/usr/lib/exilog"; +use lib "/usr/lib/exilog"; + BEGIN { use Exporter; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); |