importd: fix path to download binary

This commit is contained in:
Lennart Poettering 2015-01-22 18:38:51 +01:00
parent 7315edd36a
commit 57d8a552af

View file

@ -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 \