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:
4fcd827
)
keys need hash, not hash element
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Thu, 16 Jun 2011 09:00:46 +0000
(09:00 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Thu, 16 Jun 2011 09:00:46 +0000
(09:00 +0000)
org.glite.lb/configure
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb/configure
b/org.glite.lb/configure
index
57c5f9a
..
c9b0ebd
100755
(executable)
--- a/
org.glite.lb/configure
+++ b/
org.glite.lb/configure
@@
-1273,7
+1273,7
@@
package.SRPMSLocation = \${moduleDir}/RPMTMP/SRPMS\n";
print C "$package_description$package_summary\n";
}
- for my $platform ('default', keys
$project{supported_platforms
}) {
+ for my $platform ('default', keys
%{$project{supported_platforms}
}) {
my $used = 0;
for (@{$need_externs{"$subsys.$module"}},@{$need_jars{"$subsys.$module"}}) {