do not fail on Kiwi:parse, even though it is not yet implemented.
authorAdrian Schröter <adrian@suse.de>
Tue, 8 Apr 2008 08:32:11 +0000 (08:32 +0000)
committerAdrian Schröter <adrian@suse.de>
Tue, 8 Apr 2008 08:32:11 +0000 (08:32 +0000)
Build/Kiwi.pm
build

index 9df927e..305549e 100644 (file)
@@ -18,7 +18,7 @@ sub parse {
   my @control;
 
 print "Build::Kiwi::parse IS NOT IMPLEMENTED ! \n";
-die();
+  return ;
 
   # get arch and os from macros
   my ($arch, $os);
diff --git a/build b/build
index 26cd375..bfced3a 100755 (executable)
--- a/build
+++ b/build
@@ -5,7 +5,7 @@
 #
 # BUILD_ROOT        here the packages will be built
 #
-# (c) 1997-2006 SuSE GmbH Nuernberg, Germany
+# (c) 1997-2008 SuSE GmbH Nuernberg, Germany
 
 test -z "$BUILD_DIR" && BUILD_DIR=/usr/lib/build
 test -z "$BUILD_ROOT" && BUILD_ROOT=/var/tmp/build-root