Fixing installation path for desktop file
authorEd Page <eopage@byu.net>
Fri, 5 Aug 2011 22:50:21 +0000 (17:50 -0500)
committerEd Page <eopage@byu.net>
Fri, 5 Aug 2011 22:50:21 +0000 (17:50 -0500)
Makefile

index 6351708..856b632 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -85,7 +85,7 @@ $(SETUP_FILES): VARIANT=$(word 2, $(subst ., ,$@))
 
 setup.fremantle.py: setup.py src/constants.py
        cog.py -c \
-               -D DESKTOP_FILE_PATH==/usr/share/applications/hildon \
+               -D DESKTOP_FILE_PATH=/usr/share/applications/hildon \
                -D INPUT_DESKTOP_FILE=data/$(VARIANT)/$(PROJECT_NAME).desktop \
                -o $@ $<
        chmod +x $@