jmd pushed a commit to branch wip-installer
in repository guix.
commit 0e92db8d30cdd240651c73c3e49f60b3c544100a
Author: Ludovic Courtès <[email protected]>
Date: Sun Dec 18 17:20:58 2016 +0100
build: Add 'guix-publish.*.in' to the distribution.
This is a followup to 332d7903f52c2bf3741b04ac2d01cd9018b70800.
* nix/local.mk (EXTRA_DIST): Add 'guix-service.publish.in' and
'guix-publish.conf.in'.
---
nix/local.mk | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/nix/local.mk b/nix/local.mk
index 79667ed..6880e94 100644
--- a/nix/local.mk
+++ b/nix/local.mk
@@ -209,8 +209,10 @@ EXTRA_DIST += \
%D%/libstore/schema.sql \
%D%/AUTHORS \
%D%/COPYING \
- etc/guix-daemon.service.in \
- etc/guix-daemon.conf.in
+ etc/guix-daemon.service.in \
+ etc/guix-daemon.conf.in \
+ etc/guix-publish.service.in \
+ etc/guix-publish.conf.in
if CAN_RUN_TESTS