File kiwi-run-path-generation-for-iso-and-file.patch of Package kiwi

From 1819079a1714f289bf5a995f3dbfe9155b71625b Mon Sep 17 00:00:00 2001
From: Wen-chien Jesse Sung <jesse@cola.voip.idv.tw>
Date: Thu, 7 May 2009 12:17:34 +0800
Subject: [PATCH] kiwi: run path generation for iso:// and file://

Revert part of adc5ca22.

Signed-off-by: Wen-chien Jesse Sung <jesse@cola.voip.idv.tw>
---
 modules/KIWIURL.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/KIWIURL.pm b/modules/KIWIURL.pm
index 848c033..834fb65 100644
--- a/modules/KIWIURL.pm
+++ b/modules/KIWIURL.pm
@@ -96,7 +96,7 @@ sub normalizePath {
 	if (defined $path) {
 		return $path;
 	}
-	if ($main::PackageManager ne "zypper") {
+	#if ($main::PackageManager ne "zypper") {
 		$path = $this -> isoPath ($module);
 		if (defined $path) {
 			return $path;
@@ -105,7 +105,7 @@ sub normalizePath {
 		if (defined $path) {
 			return $path;
 		}
-	}
+	#}
 	return $module;
 }
 
-- 
1.6.2.4

openSUSE Build Service is sponsored by