git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56ac674
)
Fix the jar files names (build on Debian).
author
František Dvořák
<valtri@civ.zcu.cz>
Tue, 21 Sep 2010 16:12:14 +0000
(16:12 +0000)
committer
František Dvořák
<valtri@civ.zcu.cz>
Tue, 21 Sep 2010 16:12:14 +0000
(16:12 +0000)
org.glite.lb/configure
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb/configure
b/org.glite.lb/configure
index
3332ede
..
b7fae75
100755
(executable)
--- 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;