Modifying spec file to rely on Common module, and copying the code from it once insta...
[profile/ivi/html5_UI_Dashboard.git] / Makefile
index 54f8753..001816a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,8 +7,6 @@ INSTALL_FILES = $(PROJECT).wgt
 INSTALL_DIR = ${DESTDIR}/opt/usr/apps/.preinstallWidgets
 
 wgtPkg:
-       cp -r ${DESTDIR}/opt/usr/apps/_common/js/services js/
-       cp -r ${DESTDIR}/opt/usr/apps/_common/css/* css/
        zip -r $(PROJECT).wgt components config.xml css icon.png index.html js
 
 install: