summaryrefslogtreecommitdiff
path: root/daemon.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-12-22 00:02:39 +0100
committerLudovic Courtès <ludo@gnu.org>2013-12-22 00:02:39 +0100
commit7edccf4d62c299d2c52f0c55d80e9189924562d3 (patch)
treea8ecc7c215e30c219706cfaa21328cc4200166b0 /daemon.am
parent81fa80b2451aa0d1cccc91f8571ecd72c6e479c8 (diff)
downloadguix-7edccf4d62c299d2c52f0c55d80e9189924562d3.tar.gz
guix-7edccf4d62c299d2c52f0c55d80e9189924562d3.tar.xz
build: Install 'guix-authenticate'.
* daemon.am (nodist_libexec_SCRIPTS): New variable.
Diffstat (limited to 'daemon.am')
-rw-r--r--daemon.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/daemon.am b/daemon.am
index 27c631b2da..60bbaf73ed 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 \