Index: phpical
===================================================================
--- phpical	(revision 1216)
+++ phpical	(working copy)
@@ -1,6 +1,7 @@
 #!/usr/bin/perl
 use strict;
-use lib '/mit/scripts/deploy/bin';
+use FindBin qw($Bin);
+use lib $Bin;
 use onserver;
 
 setup();
Index: advancedbook
===================================================================
--- advancedbook	(revision 1216)
+++ advancedbook	(working copy)
@@ -1,6 +1,7 @@
 #!/usr/bin/perl
 use strict;
-use lib '/mit/scripts/deploy/bin';
+use FindBin qw($Bin);
+use lib $Bin;
 use onserver;
 
 setup();
Index: joomla
===================================================================
--- joomla	(revision 1216)
+++ joomla	(working copy)
@@ -1,6 +1,7 @@
 #!/usr/bin/perl
 use strict;
-use lib '/mit/scripts/deploy/bin';
+use FindBin qw($Bin);
+use lib $Bin;
 use onserver;
 use File::Path;
 
Index: gallery2
===================================================================
--- gallery2	(revision 1216)
+++ gallery2	(working copy)
@@ -1,6 +1,7 @@
 #!/usr/bin/perl
 use strict;
-use lib '/mit/scripts/deploy/bin';
+use FindBin qw($Bin);
+use lib $Bin;
 use onserver_star;
 use File::Path
 
Index: wordpress
===================================================================
--- wordpress	(revision 1216)
+++ wordpress	(working copy)
@@ -1,6 +1,7 @@
 #!/usr/bin/perl
 use strict;
-use lib '/mit/scripts/deploy/bin';
+use FindBin qw($Bin);
+use lib $Bin;
 use onserver;
 use DBI;
 
Index: trac
===================================================================
--- trac	(revision 1216)
+++ trac	(working copy)
@@ -1,6 +1,7 @@
 #!/usr/bin/perl
 use strict;
-use lib '/mit/scripts/deploy/bin';
+use FindBin qw($Bin);
+use lib $Bin;
 use onserver;
 use Cwd;
 use File::Path;
Index: phpbb
===================================================================
--- phpbb	(revision 1216)
+++ phpbb	(working copy)
@@ -1,6 +1,7 @@
 #!/usr/bin/perl
 use strict;
-use lib '/mit/scripts/deploy/bin';
+use FindBin qw($Bin);
+use lib $Bin;
 use onserver_star;
 use File::Path;
 
Index: advancedpoll
===================================================================
--- advancedpoll	(revision 1216)
+++ advancedpoll	(working copy)
@@ -1,6 +1,7 @@
 #!/usr/bin/perl
 use strict;
-use lib '/mit/scripts/deploy/bin';
+use FindBin qw($Bin);
+use lib $Bin;
 use onserver;
 
 setup();
Index: wordpress-star
===================================================================
--- wordpress-star	(revision 1216)
+++ wordpress-star	(working copy)
@@ -1,6 +1,7 @@
 #!/usr/bin/perl
 use strict;
-use lib '/mit/scripts/deploy/bin';
+use FindBin qw($Bin);
+use lib $Bin;
 use onserver_star;
 use DBI;
 
Index: django
===================================================================
--- django	(revision 1216)
+++ django	(working copy)
@@ -1,6 +1,7 @@
 #!/usr/bin/perl
 use strict;
-use lib '/mit/scripts/deploy/bin';
+use FindBin qw($Bin);
+use lib $Bin;
 use onserver;
 
 setup();
Index: mediawiki
===================================================================
--- mediawiki	(revision 1217)
+++ mediawiki	(working copy)
@@ -1,6 +1,7 @@
 #!/usr/bin/perl
 use strict;
-use lib '/mit/scripts/deploy/bin';
+use FindBin qw($Bin);
+use lib $Bin;
 use onserver;
 
 setup();
Index: mediawiki-star
===================================================================
--- mediawiki-star	(revision 1216)
+++ mediawiki-star	(working copy)
@@ -1,6 +1,7 @@
 #!/usr/bin/perl
 use strict;
-use lib '/mit/scripts/deploy/bin';
+use FindBin qw($Bin);
+use lib $Bin;
 use onserver_star;
 
 setup();
Index: e107
===================================================================
--- e107	(revision 1216)
+++ e107	(working copy)
@@ -1,6 +1,7 @@
 #!/usr/bin/perl
 use strict;
-use lib '/mit/scripts/deploy/bin';
+use FindBin qw($Bin);
+use lib $Bin;
 use onserver;
 
 setup();
