Adding back in tizen.vehicle reference. Also adding a check for which menu should...
[profile/ivi/MediaPlayer.git] / Makefile
index 88317e6..aaaa520 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,13 +4,13 @@ INSTALL_FILES = images js MediaPlayer.png index.html
 VERSION := 0.0.1
 PACKAGE = $(PROJECT)-$(VERSION)
 
-INSTALL_DIR = ${DESTDIR}/usr/share/$(PROJECT)
+INSTALL_DIR = ${DESTDIR}/opt/usr/apps/.preinstallWidgets
 
 all:
        @echo "Nothing to build"
 
 wgtPkg:
-       zip -r $(PROJECT).wgt js images css index.html manifest.json config.xml
+       zip -r $(PROJECT).wgt js images css index.html manifest.json config.xml MediaPlayer.png
 
 install:
        @echo "Installing MediaPlayer, stand by..."