The most recent version copied. Do not modify this instance (RW in ./org.glite.lb).
authorZdeněk Šustr <sustr4@cesnet.cz>
Fri, 1 Oct 2010 07:46:01 +0000 (07:46 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Fri, 1 Oct 2010 07:46:01 +0000 (07:46 +0000)
org.glite.lb.logger/configure

index 7706bf1..658b1df 100755 (executable)
@@ -667,7 +667,7 @@ sub mode_etics {
        for (@{$need_jars{"$subsys.$module"}}) {
                my $eext = $etics_externs{$_} ? $etics_externs{$_} : $_;
 
-               push @copts,"--with-$_ \${$eext.location}$jar{$_}.jar";
+               push @copts,"--with-$_ \${$eext.location}$jar{$_}";
        }
 
        my $conf;