Fixing post script to copy the whole css folder from common, since HVAC has no base... 67/18667/1 accepted/tizen_ivi accepted/tizen_ivi_panda tizen accepted/tizen/ivi/20140327.211944 accepted/tizen/ivi/panda/20140327.234753 submit/tizen/20140327.211713
authorbrianjjones <brian.j.jones@intel.com>
Thu, 27 Mar 2014 20:23:56 +0000 (13:23 -0700)
committerbrianjjones <brian.j.jones@intel.com>
Thu, 27 Mar 2014 20:25:35 +0000 (13:25 -0700)
Change-Id: I277a4253f3a03da7d171c26ddd1b226d722eb9f2

packaging/html5-ui-hvac.changes
packaging/html5-ui-hvac.spec

index 1a23e05..cf04eb5 100644 (file)
@@ -1,3 +1,7 @@
+* Thu Mar 27 2014 brianjjones <brian.j.jones@intel.com> 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 <brian.j.jones@intel.com> 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
index 7ee4ec2..56d4d9f 100644 (file)
@@ -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