Modifying spec file to rely on Common module, and copying the code from it once insta...
[profile/ivi/html5_UI_Appmanager.git] / Makefile
index 5dbf4c1..a6e29b7 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 index.html js templates
 
 install: