From d8ef372bd9a9ddab0843dc0f05ebe118db2434c1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 21 Sep 2010 16:12:14 +0000 Subject: [PATCH] Fix the jar files names (build on Debian). --- 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 3332ede..b7fae75 100755 --- a/org.glite.lb/configure +++ b/org.glite.lb/configure @@ -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; -- 1.8.2.3