From 7edccf4d62c299d2c52f0c55d80e9189924562d3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Sun, 22 Dec 2013 00:02:39 +0100
Subject: [PATCH] build: Install 'guix-authenticate'.

* daemon.am (nodist_libexec_SCRIPTS): New variable.
---
 daemon.am | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/daemon.am b/daemon.am
index 27c631b2da9..60bbaf73ede 100644
--- a/daemon.am
+++ b/daemon.am
@@ -180,6 +180,10 @@ nodist_pkglibexec_SCRIPTS =			\
   nix/scripts/list-runtime-roots		\
   nix/scripts/substitute-binary
 
+# XXX: It'd be better to hide it in $(pkglibexecdir).
+nodist_libexec_SCRIPTS =			\
+  nix/scripts/guix-authenticate
+
 EXTRA_DIST +=					\
   nix/sync-with-upstream			\
   nix/libstore/schema.sql			\
-- 
GitLab