Mercurial > pidgin.yaz
changeset 11349:2de0bf90a474
[gaim-migrate @ 13566]
Corrected an error in the directory name for DBus service files
committer: Tailor Script <tailor@pidgin.im>
author | Piotr Zielinski <zielaj> |
---|---|
date | Fri, 26 Aug 2005 11:28:47 +0000 |
parents | efb358543b1d |
children | b073da869a55 |
files | src/Makefile.am |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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