# HG changeset patch # User Piotr Zielinski # Date 1125055727 0 # Node ID 2de0bf90a4741330dc1c56da02323cd8aff2412b # Parent efb358543b1d9d09c2c5d75621f9f23233122dda [gaim-migrate @ 13566] Corrected an error in the directory name for DBus service files committer: Tailor Script diff -r efb358543b1d -r 2de0bf90a474 src/Makefile.am --- a/src/Makefile.am Fri Aug 26 04:38:36 2005 +0000 +++ b/src/Makefile.am Fri Aug 26 11:28:47 2005 +0000 @@ -221,7 +221,9 @@ echo "Name=org.gaim.GaimService" >> $@ echo "Exec=$(bindir)/gaim" >> $@ -dbus_servicesdir = /usr/share/dbus-1 +#Ideally, this directory should be autodetected, and the user should +#be able to specify it as an option to "configure" +dbus_servicesdir = /usr/share/dbus-1/services dbus_services_DATA = gaim.service endif