build: Correct desktop file location
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Tue, 29 Sep 2009 11:45:32 +0000 (14:45 +0300)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Tue, 29 Sep 2009 11:45:32 +0000 (14:45 +0300)
src/rygel/Makefile.am

index e83c263..b7a2661 100644 (file)
@@ -3,7 +3,7 @@ shareddir = $(abs_top_builddir)/data
 desktopdir = $(shareddir)
 else
 shareddir = $(datadir)/rygel
-desktopdir = $(shareddir)/applications
+desktopdir = $(datadir)/applications
 endif
 
 if UNINSTALLED