From 0d984b71df0db397b2be47637ef78569af755f9db3bf6e9c5ebd3413835bdc2e Mon Sep 17 00:00:00 2001 From: Steffen Winterfeldt Date: Tue, 18 Feb 2014 09:11:31 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/system:install:head/installation-images?expand=0&rev=609 --- installation-images-SLES.spec | 2 +- installation-images-openSUSE.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installation-images-SLES.spec b/installation-images-SLES.spec index 124840e..d03f871 100644 --- a/installation-images-SLES.spec +++ b/installation-images-SLES.spec @@ -20,7 +20,7 @@ %define theme SLES -%if %theme = SLES +%if %theme == SLES %define base_theme SLE %else %define base_theme %theme diff --git a/installation-images-openSUSE.spec b/installation-images-openSUSE.spec index 826ba78..2bc6734 100644 --- a/installation-images-openSUSE.spec +++ b/installation-images-openSUSE.spec @@ -20,7 +20,7 @@ %define theme openSUSE -%if %theme = SLES +%if %theme == SLES %define base_theme SLE %else %define base_theme %theme