From c13e5cd8efb799a69c069c2f3f5d4b86007aa59c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sun, 4 Nov 2012 23:50:10 +0000 Subject: [PATCH] Update generating configurations of gridsite for EMI-1 after using the subpackage feature for gridsite. --- 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 c8a7eec..c920302 100755 --- a/org.glite.lb/configure +++ b/org.glite.lb/configure @@ -357,7 +357,7 @@ if ($listmodules) { if (exists $lbmodules{$listmodules}) { @m = map exists $subpackages{$listmodules . '.' . $_} ? "" : "$name_prefix.$listmodules.$_",@{$lbmodules{$listmodules}}; } else { - if ($project eq 'emi' and $project_version == 1) { + if ($project eq 'emi' and $project_version == 1 and $listmodules ne 'gridsite.core') { # no sub-packages in EMI-1 } else { for my $sub (keys %subpackages) { -- 1.8.2.3