diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-01-22 18:38:51 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-01-22 18:38:51 +0100 |
commit | 57d8a552af020a4dee034e2fd67782c3d8128f58 (patch) | |
tree | a72b4fdb28112f748c6db6675b3793280138c8d1 | |
parent | 7315edd36a144e746dbcc43cef2206441969ca34 (diff) |
importd: fix path to download binary
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |