diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-03-17 09:34:43 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-03-17 09:34:43 +0000 |
commit | 962636bd5fd61094dbc843c863341314b71bb028 (patch) | |
tree | 46c18d7b5604a9acd0e7ece5a7afaca123f401bc /iurt_root_command | |
parent | 15202db2af0a9bed3e1c1bd247e88ff6ef226e44 (diff) | |
download | iurt-962636bd5fd61094dbc843c863341314b71bb028.tar iurt-962636bd5fd61094dbc843c863341314b71bb028.tar.gz iurt-962636bd5fd61094dbc843c863341314b71bb028.tar.bz2 iurt-962636bd5fd61094dbc843c863341314b71bb028.tar.xz iurt-962636bd5fd61094dbc843c863341314b71bb028.zip |
fix lib search path (iurt should probably pass its search path to iurt_root_command instead)
Diffstat (limited to 'iurt_root_command')
-rwxr-xr-x | iurt_root_command | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iurt_root_command b/iurt_root_command index d106eba..d3c8737 100755 --- a/iurt_root_command +++ b/iurt_root_command @@ -20,7 +20,7 @@ # # run commands which needs root privilege # -use lib '/usr/local/lib/perl'; +use lib '/usr/local/lib/perl/iurt/lib'; use strict; my $program_name = 'iurt_root_command'; |