From: David Zeuthen Date: Mon, 26 Apr 2010 22:00:07 +0000 (-0400) Subject: Fix spelling error X-Git-Tag: dbus-1.3.1~43^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef3eee2848188d0b1004c9b46c8d208a10754110;p=thirdparty%2Fdbus.git Fix spelling error This broke 'make install' since dbus-daemon-launch-helper didn't get installed. Signed-off-by: David Zeuthen --- diff --git a/bus/Makefile.am b/bus/Makefile.am index 31db3515f..5a8d04d46 100644 --- a/bus/Makefile.am +++ b/bus/Makefile.am @@ -208,7 +208,7 @@ if DBUS_UNIX fi $(INSTALL_PROGRAM) dbus-daemon$(EXEEXT) $(DESTDIR)$(DBUS_DAEMONDIR) $(mkinstalldirs) $(DESTDIR)$(libexecdir)/dbus-1 - if test -f dbus-daemin-launch-helper$(EXEEXT) ; then \ + if test -f dbus-daemon-launch-helper$(EXEEXT) ; then \ $(INSTALL_PROGRAM) dbus-daemon-launch-helper$(EXEEXT) $(DESTDIR)$(libexecdir); \ if test `id -u` -eq 0; then \ chown root:$(DBUS_USER) $(DESTDIR)$(libexecdir)/dbus-daemon-launch-helper; \