Modifying spec file to rely on Common module, and copying the code from it once insta...
[profile/ivi/html5_UI_Nav.git] / Makefile
index 3ad55f5..8889bd4 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 config.xml css icon.png images index.html js templates
 
 install: