From: brianjjones Date: Thu, 27 Mar 2014 20:23:56 +0000 (-0700) Subject: Fixing post script to copy the whole css folder from common, since HVAC has no base... X-Git-Tag: accepted/tizen/ivi/20140327.211944^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen;p=profile%2Fivi%2Fhtml5_UI_Hvac.git Fixing post script to copy the whole css folder from common, since HVAC has no base css folder Change-Id: I277a4253f3a03da7d171c26ddd1b226d722eb9f2 --- 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