aboutsummaryrefslogtreecommitdiffstats
path: root/iurt_root_command
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-03-17 09:34:43 +0000
committerOlivier Blin <oblin@mandriva.com>2007-03-17 09:34:43 +0000
commit962636bd5fd61094dbc843c863341314b71bb028 (patch)
tree46c18d7b5604a9acd0e7ece5a7afaca123f401bc /iurt_root_command
parent15202db2af0a9bed3e1c1bd247e88ff6ef226e44 (diff)
downloadiurt-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-xiurt_root_command2
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';