Adrian Schröter
d5588a24dc
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/product-builder?expand=0&rev=35
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;
|