Build in the location of sources to make ETICS mock build working (support is already...
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 5 Apr 2011 10:52:15 +0000 (10:52 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 5 Apr 2011 10:52:15 +0000 (10:52 +0000)
org.glite.lb/configure

index 43aa145..5a0b8b6 100755 (executable)
@@ -871,10 +871,7 @@ for my $ext (keys %deps_aux) {
 );
 
 my @k = keys %deps_aux;
-@buildroot{@k} = ('build') x ($#k+1);
-
-my @t = qw/lb.client-java jobid.api-java lb.types/;
-@buildroot{@t} = ('') x ($#t+1);
+@buildroot{@k} = ('') x ($#k+1);
 
 $buildroot{'gridsite.core'} = 'src';
 }