Upgrade scripts have webguiRoot two directories behind.

Changed ".." for "../.." in the BEGIN preamble.
This commit is contained in:
Ernesto Hernández-Novich 2008-06-09 15:39:29 +00:00
parent bc2ec90354
commit a338e75d41
12 changed files with 12 additions and 12 deletions

View file

@ -11,7 +11,7 @@
our ($webguiRoot);
BEGIN {
$webguiRoot = "..";
$webguiRoot = "../..";
unshift (@INC, $webguiRoot."/lib");
}

View file

@ -11,7 +11,7 @@
our ($webguiRoot);
BEGIN {
$webguiRoot = "..";
$webguiRoot = "../..";
unshift (@INC, $webguiRoot."/lib");
}

View file

@ -11,7 +11,7 @@
our ($webguiRoot);
BEGIN {
$webguiRoot = "..";
$webguiRoot = "../..";
unshift (@INC, $webguiRoot."/lib");
}

View file

@ -11,7 +11,7 @@
our ($webguiRoot);
BEGIN {
$webguiRoot = "..";
$webguiRoot = "../..";
unshift (@INC, $webguiRoot."/lib");
}

View file

@ -11,7 +11,7 @@
our ($webguiRoot);
BEGIN {
$webguiRoot = "..";
$webguiRoot = "../..";
unshift (@INC, $webguiRoot."/lib");
}

View file

@ -11,7 +11,7 @@
our ($webguiRoot);
BEGIN {
$webguiRoot = "..";
$webguiRoot = "../..";
unshift (@INC, $webguiRoot."/lib");
}

View file

@ -11,7 +11,7 @@
our ($webguiRoot);
BEGIN {
$webguiRoot = "..";
$webguiRoot = "../..";
unshift (@INC, $webguiRoot."/lib");
}

View file

@ -11,7 +11,7 @@
our ($webguiRoot);
BEGIN {
$webguiRoot = "..";
$webguiRoot = "../..";
unshift (@INC, $webguiRoot."/lib");
}

View file

@ -11,7 +11,7 @@
our ($webguiRoot);
BEGIN {
$webguiRoot = "..";
$webguiRoot = "../..";
unshift (@INC, $webguiRoot."/lib");
}

View file

@ -11,7 +11,7 @@
our ($webguiRoot);
BEGIN {
$webguiRoot = "..";
$webguiRoot = "../..";
unshift (@INC, $webguiRoot."/lib");
}

View file

@ -11,7 +11,7 @@
our ($webguiRoot);
BEGIN {
$webguiRoot = "..";
$webguiRoot = "../..";
unshift (@INC, $webguiRoot."/lib");
}

View file

@ -11,7 +11,7 @@
our ($webguiRoot);
BEGIN {
$webguiRoot = "..";
$webguiRoot = "../..";
unshift (@INC, $webguiRoot."/lib");
}