From b615ca5f943efa849e46a7124a77106e74093322 Mon Sep 17 00:00:00 2001 From: Dongchul Lim Date: Tue, 1 Nov 2016 08:42:57 +0900 Subject: [PATCH] Fix build error Change-Id: I6cf9a8d3aedc539e398f5e4a540fbe17d75df358 --- packaging/model-config-emulator.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/model-config-emulator.spec b/packaging/model-config-emulator.spec index 8980b4a..8d63a4e 100644 --- a/packaging/model-config-emulator.spec +++ b/packaging/model-config-emulator.spec @@ -37,6 +37,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/config %else %define config_xml model-config_mobile.xml %endif +%endif cp -f %{config_xml} %{buildroot}%{_sysconfdir}/config/model-config.xml -- 2.34.1