From 23e5c997191e7e3a154cc8aa7375693968778d00 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Wed, 21 Jan 2009 08:06:40 +0000 Subject: [PATCH] access .jar's via wildcard from etics configuration --- org.glite.lb/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.lb/configure b/org.glite.lb/configure index a72805e..87d1171 100755 --- a/org.glite.lb/configure +++ b/org.glite.lb/configure @@ -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"; } -- 1.8.2.3