From 85dc61127da17cc3ebc2deb6fb39c009c7cf6ec6 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 16 Oct 2014 20:36:24 +0200 Subject: Fix udev activation rule using wrong binary due to typo --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 56edfbb..eff57ad 100644 --- a/configure.ac +++ b/configure.ac @@ -76,7 +76,7 @@ AM_CONDITIONAL(WANT_SYSTEMD, [test -n "$with_systemdsystemunitdir" -a "x$with_sy if test "x$with_systemd" = xyes; then udev_activation_rule="TAG+=\"systemd\", ENV{SYSTEMD_WANTS}=\"usbmuxd.service\"" else - udev_activation_rule="RUN+=\"@sbindir@/usbmux --user usbmux --udev\"" + udev_activation_rule="RUN+=\"@sbindir@/usbmuxd --user usbmux --udev\"" fi AC_SUBST(udev_activation_rule) -- cgit v1.1-32-gdbae