Typo (fix the build with java).
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Thu, 30 Sep 2010 13:39:40 +0000 (13:39 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Thu, 30 Sep 2010 13:39:40 +0000 (13:39 +0000)
org.glite.lb/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;