build: Fix instantiation of 'guix-daemon.service' when builddir != srcdir.
authorLudovic Courtès <ludo@gnu.org>
Sun, 19 Jul 2015 19:59:00 +0000 (21:59 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sun, 19 Jul 2015 19:59:00 +0000 (21:59 +0200)
commitf262f9f52dde48efcfc913a6f6dfd898bf469408
treeba0a62a59c4a9c795cdec0200849e4b27b5c93b8
parent54faf17440aee57b90737c10436beb6cc1de5778
build: Fix instantiation of 'guix-daemon.service' when builddir != srcdir.

* daemon.am (etc/guix-daemon.service): Add $(MKDIR_P) invocation.  Add
  $(srcdir) when referring to the source file.
daemon.am