From 57d8a552af020a4dee034e2fd67782c3d8128f58 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 22 Jan 2015 18:38:51 +0100 Subject: importd: fix path to download binary --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d5344b9033..2b7ee6f478 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 \ -- cgit v1.2.3-54-g00ecf