File 0001-Fix-syntax-error-introduced-by-d52ba98d384650e9325ce.patch of Package kiwi-instsource-plugins-openSUSE-13-2
From a25d2cbb378879d49cee8de1a240176fe19f95e4 Mon Sep 17 00:00:00 2001
From: Ludwig Nussel <ludwig.nussel@suse.de>
Date: Tue, 13 Jun 2017 09:15:35 +0200
Subject: [PATCH] Fix syntax error introduced by
d52ba98d384650e9325ce5aeb6569f3ecd3de9cc
---
.../KIWIMiniIsoPlugin.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/KIWIMiniIsoPlugin.pm b/KIWIMiniIsoPlugin.pm
index 2a0d4ebfa..09ea6aac2 100644
--- a/KIWIMiniIsoPlugin.pm
+++ b/KIWIMiniIsoPlugin.pm
@@ -346,7 +346,7 @@ sub updateInitRDNET {
$this -> logMsg("E", "no initrds found!") unless @initrdfiles;
for my $initrd (@initrdfiles) {
- $this -> logMsg("I", "updating $initrd with $repoloc");
+ $this -> logMsg("I", "updating $initrd with $content");
my $fh = FileHandle -> new();
if (! $fh -> open("|$zipper -c >> $initrd")) {
#if (! $fh -> open(">$initrd.append")) {
--
2.12.2