diff options
author | Maciej Wereski <m.wereski@partner.samsung.com> | 2018-10-23 08:06:16 +0200 |
---|---|---|
committer | Maciej Wereski <m.wereski@partner.samsung.com> | 2018-10-23 08:06:16 +0200 |
commit | 1d101516482cb13fc6ea90ff368156f4504c6651 (patch) | |
tree | d0040aec89f3062cca90c189d24d3da5039cf8e9 | |
parent | f427426a3023f19fd6453d58c13fe1e357f19d4f (diff) | |
download | unified-model-config-1d101516482cb13fc6ea90ff368156f4504c6651.tar.gz unified-model-config-1d101516482cb13fc6ea90ff368156f4504c6651.tar.bz2 unified-model-config-1d101516482cb13fc6ea90ff368156f4504c6651.zip |
Fix name of model-config xml file on Emulator TVsubmit/tizen_5.0/20181119.145649submit/tizen_5.0/20181105.102057submit/tizen_5.0/20181101.022038submit/tizen/20181119.145430submit/tizen/20181023.132614accepted/tizen/unified/20181031.153950
Change-Id: Id1c257db9a397b8852cf01d634eae50ec90db00e
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
-rw-r--r-- | packaging/unified-model-config.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/unified-model-config.spec b/packaging/unified-model-config.spec index 309bc3d..e28ce01 100644 --- a/packaging/unified-model-config.spec +++ b/packaging/unified-model-config.spec @@ -158,7 +158,7 @@ ln -sf emul_wearable.xml %{_sysconfdir}/config/model-config.xml %license LICENSE.Apache-2.0 %post -n model-config-emulator-profile_tv -ln -sf %{name}_tv.xml %{_sysconfdir}/config/model-config.xml +ln -sf emul_tv.xml %{_sysconfdir}/config/model-config.xml %files -n model-config-emulator-profile_tv %manifest %{name}.manifest %config %{_sysconfdir}/config/emul_tv.xml |