On 11/07/11 08:05, Matthieu Herrb wrote:
Signed-off-by: Matthieu Herrb<[email protected]> --- Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)diff --git a/Makefile.am b/Makefile.am index bb6b51c..e9da40f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,9 +45,9 @@ systemdsystemunit_DATA = xdm.service xdm.service: xdm.service.in Makefile if USE_SYSTEMD_DAEMON - $(AM_V_GEN)$(SED) -e 's|BINDIR|$(bindir)|g'< xdm.service.in> $@ + $(AM_V_GEN)$(SED) -e 's|BINDIR|$(bindir)|g'< ${srcdir}/xdm.service.in> $@ else !USE_SYSTEMD_DAEMON - $(AM_V_GEN)$(SED) -e 's|BINDIR|$(bindir)|g' -e '/[Nn]otify/d'< xdm.service.in> $@ + $(AM_V_GEN)$(SED) -e 's|BINDIR|$(bindir)|g' -e '/[Nn]otify/d'< ${srcdir}/xdm.service.in> $@ endif !USE_SYSTEMD_DAEMON endif HAVE_SYSTEMD
Reviewed-by: Alan Coopersmith <[email protected]> -- -Alan Coopersmith- [email protected] Oracle Solaris Platform Engineering: X Window System _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
