From: Lennart Poettering Date: Tue, 21 Aug 2012 14:40:17 +0000 (+0200) Subject: build-sys: fix ntp-units.d path creation X-Git-Tag: v189~23 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsystemd.git;a=commitdiff_plain;h=2cfa886eb1c664c58f7bc19109fd5f17ea48a4ee build-sys: fix ntp-units.d path creation Spotted by Dave Reisner --- diff --git a/Makefile.am b/Makefile.am index 69cdeb7145f..e6bfc1f39e9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3033,8 +3033,8 @@ dbusinterface_DATA += \ timedated-install-data-hook: $(MKDIR_P) -m 0755 \ - $(DESTDIR)$(prefix)/lib/ntp-units.d \ - $(DESTDIR)$(sysconfdir)/ntp-units.d + $(DESTDIR)$(prefix)/lib/systemd/ntp-units.d \ + $(DESTDIR)$(sysconfdir)/systemd/ntp-units.d ( cd $(DESTDIR)$(systemunitdir) && \ rm -f dbus-org.freedesktop.timedate1.service && \ $(LN_S) systemd-timedated.service dbus-org.freedesktop.timedate1.service )