Author: otaylor
Date: Sun Jan 27 19:05:21 2008
New Revision: 7242
URL: http://svn.gnome.org/viewvc/desktop-data-model?rev=7242&view=rev

Log:
Fix service file substitution now that the engine is in libexecdir not bindir

Modified:
   trunk/Makefile-engine-dbus.am

Modified: trunk/Makefile-engine-dbus.am
==============================================================================
--- trunk/Makefile-engine-dbus.am       (original)
+++ trunk/Makefile-engine-dbus.am       Sun Jan 27 19:05:21 2008
@@ -54,7 +54,7 @@
 service_in_files = org.freedesktop.od.Engine.service.in
 service_DATA = $(service_in_files:.service.in=.service)
 $(service_DATA): $(service_in_files) Makefile
-       @sed -e "s|[EMAIL PROTECTED]@|$(bindir)|" $< > $@
+       @sed -e "s|[EMAIL PROTECTED]@|$(libexecdir)|" $< > $@
 
 EXTRA_DIST += $(service_in_files)
 MAINTAINERCLEANFILES +=        $(service_DATA)
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to