|
|
@@ -1,34 +0,0 @@
-diff --git a/modules/KIWICollect.pm b/modules/KIWICollect.pm
-index 84cd474..6f57aef 100644
---- a/modules/KIWICollect.pm
-+++ b/modules/KIWICollect.pm
-@@ -634,7 +634,7 @@ sub Init
- $this->{m_repos}->{$r}->{'srcdirs'} = undef;
- }
- }
-- return;
-+ return 1;
- }
- # /Init
-
-@@ -2596,7 +2596,7 @@ sub createBootPackageLinks
- }
- }
- }
-- $RPMLIST -> close();
-+ $RPMLIST -> close() if ($RPMLIST);
- return $retval;
- }
-
-diff --git a/modules/KIWIProductData.pm b/modules/KIWIProductData.pm
-index 48a4f6a..98f78de 100644
---- a/modules/KIWIProductData.pm
-+++ b/modules/KIWIProductData.pm
-@@ -61,6 +61,7 @@ sub new {
- #==========================================
- # Constructor setup
- #------------------------------------------
-+ $this->{m_collect} = shift;
- $this->{m_prodinfo_updated} = 0;
- $this->{m_prodvars_updated} = 0;
- $this->{m_prodopts_updated} = 0;
|