Fix the jar files names (build on Debian).
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 21 Sep 2010 16:12:14 +0000 (16:12 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 21 Sep 2010 16:12:14 +0000 (16:12 +0000)
org.glite.lb/configure

index 3332ede..b7fae75 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}/usr/share/java/$_*.jar";
+               push @copts,"--with-$_ \${$eext.location}$jar{$_}.jar";
        }
 
        my $conf;