From 57d8a552af020a4dee034e2fd67782c3d8128f58 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 22 Jan 2015 18:38:51 +0100 Subject: [PATCH 1/1] importd: fix path to download binary --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.30.2