Skip to content

Commit

Permalink
Item392: fix relative path
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@1177 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Dec 4, 2008
1 parent 7d46049 commit a442160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildContrib/lib/Foswiki/Contrib/Build.pm
Expand Up @@ -107,7 +107,7 @@ BEGIN {
$buildpldir = File::Spec->rel2abs($buildpldir);

# Find the lib root
if (-e "$buildpldir/../../Foswiki") {
if (-e "$buildpldir/../../../Foswiki") {
$libpath = _findRelativeTo( $buildpldir, 'lib/Foswiki' );
$targetProject = 'Foswiki';
} else {
Expand Down

0 comments on commit a442160

Please sign in to comment.