Update generating configurations of gridsite for EMI-1 after using the subpackage...
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Sun, 4 Nov 2012 23:50:10 +0000 (23:50 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Sun, 4 Nov 2012 23:50:10 +0000 (23:50 +0000)
org.glite.lb/configure

index c8a7eec..c920302 100755 (executable)
@@ -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) {