From: Lennart Poettering Date: Thu, 22 Jan 2015 17:38:51 +0000 (+0100) Subject: importd: fix path to download binary X-Git-Tag: v219~346 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=57d8a552af020a4dee034e2fd67782c3d8128f58 importd: fix path to download binary --- diff --git a/Makefile.am b/Makefile.am index d5344b903..2b7ee6f47 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5280,7 +5280,7 @@ systemd_importd_SOURCES = \ systemd_importd_CFLAGS = \ $(AM_CFLAGS) \ - -D SYSTEMD_PULL_PATH=\"$(rootlibexecdir)/systemd-import\" + -D SYSTEMD_PULL_PATH=\"$(rootlibexecdir)/systemd-pull\" systemd_importd_LDADD = \ libsystemd-internal.la \