access .jar's via wildcard from etics configuration
authorAleš Křenek <ljocha@ics.muni.cz>
Wed, 21 Jan 2009 08:06:40 +0000 (08:06 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Wed, 21 Jan 2009 08:06:40 +0000 (08:06 +0000)
org.glite.lb/configure

index a72805e..87d1171 100755 (executable)
@@ -453,7 +453,7 @@ sub mode_etics {
        for (@{$need_jars{"$subsys.$module"}}) {
                my $eext = $etics_externs{$_} ? $etics_externs{$_} : $_;
 
-               push @copts,"--with-$_=\${$_.location}/$_-`echo \${$_.version} | sed 's/\\([0-9]*\\.[0-9]*\\)\\.[0-9]*/\\1/'`.jar";
+               push @copts,"--with-$_ \${$eext.location}/$_*.jar";
        }