13 lines
596 B
Diff
13 lines
596 B
Diff
|
diff --git a/modules/KIWICollect.pm b/modules/KIWICollect.pm
|
||
|
index b3e6357..f99ca8b 100644
|
||
|
--- a/modules/KIWICollect.pm
|
||
|
+++ b/modules/KIWICollect.pm
|
||
|
@@ -1535,6 +1535,7 @@ sub unpackMetapackages {
|
||
|
and defined $this->{m_basesubdir}->{$_}
|
||
|
) {
|
||
|
qx(cp -a $tmp/CD$_/* $this->{m_basesubdir}->{$_});
|
||
|
+ $packageFound = 1;
|
||
|
$this->logMsg('W', "Unpack from old legacy /CD$_ directory");
|
||
|
} elsif ($_ eq 1) {
|
||
|
my $msg;
|