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:
f39174f
)
Typo (fix the build with java).
author
František Dvořák
<valtri@civ.zcu.cz>
Thu, 30 Sep 2010 13:39:40 +0000
(13:39 +0000)
committer
František Dvořák
<valtri@civ.zcu.cz>
Thu, 30 Sep 2010 13:39:40 +0000
(13:39 +0000)
org.glite.lb/configure
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb/configure
b/org.glite.lb/configure
index
7706bf1
..
658b1df
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}$jar{$_}
.jar
";
+ push @copts,"--with-$_ \${$eext.location}$jar{$_}";
}
my $conf;