From 40d045c8c82d97e64e1226cb8bd517a06c7ad67f Mon Sep 17 00:00:00 2001 From: Josef Reidinger Date: Tue, 8 Oct 2013 10:57:23 +0200 Subject: [PATCH] adapt rakefile to use yast rake config --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index ae69e644..927a3224 100644 --- a/Rakefile +++ b/Rakefile @@ -1,6 +1,6 @@ require "yast/rake" -Packaging.configuration do |conf| +Yast::Tasks.configuration do |conf| #lets ignore license check for now conf.skip_license_check << /.*/ end