From 272287b0aed6a290ab620352c4d84c088e95f1fe Mon Sep 17 00:00:00 2001 From: brianjjones Date: Thu, 27 Mar 2014 13:23:56 -0700 Subject: [PATCH] Fixing post script to copy the whole css folder from common, since HVAC has no base css folder Change-Id: I277a4253f3a03da7d171c26ddd1b226d722eb9f2 --- packaging/html5-ui-hvac.changes | 4 ++++ packaging/html5-ui-hvac.spec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packaging/html5-ui-hvac.changes b/packaging/html5-ui-hvac.changes index 1a23e05..cf04eb5 100644 --- a/packaging/html5-ui-hvac.changes +++ b/packaging/html5-ui-hvac.changes @@ -1,3 +1,7 @@ +* Thu Mar 27 2014 brianjjones submit/tizen/20140312.225940@6b993fe +- Fixing post script to copy the whole css folder from common, since HVAC has no base css folder +- Modifying spec file to rely on Common module, and copying the code from it once installed. + * Wed Mar 12 2014 brianjjones submit/tizen/20140307.001009@7872b32 - Modifying spec file to rely on Common module, and copying the code from it once installed. - Initial commit of the HVAC app diff --git a/packaging/html5-ui-hvac.spec b/packaging/html5-ui-hvac.spec index 7ee4ec2..56d4d9f 100644 --- a/packaging/html5-ui-hvac.spec +++ b/packaging/html5-ui-hvac.spec @@ -29,7 +29,7 @@ rm -rf %{buildroot} %post wrt-installer -i /opt/usr/apps/.preinstallWidgets/html5UIHvac.wgt; cp -r /opt/usr/apps/_common/js/services /opt/usr/apps/html5POC06/res/wgt/js/ - cp -r /opt/usr/apps/_common/css/* /opt/usr/apps/html5POC06/res/wgt/css/ + cp -r /opt/usr/apps/_common/css /opt/usr/apps/html5POC06/res/wgt/ %postun wrt-installer -un html5POC06.Hvac -- 2.7.4