Index: branches/fc11-dev/locker/deploy/bin/gallery2
===================================================================
--- branches/fc11-dev/locker/deploy/bin/gallery2	(revision 1121)
+++ branches/fc11-dev/locker/deploy/bin/gallery2	(revision 1226)
@@ -1,5 +1,6 @@
 #!/usr/bin/perl
 use strict;
-use lib '/mit/scripts/deploy/bin';
+use FindBin qw($Bin);
+use lib $Bin;
 use onserver_star;
 use File::Path
