diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2013-12-22 00:02:39 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2013-12-22 00:02:39 +0100 |
| commit | 7edccf4d62c299d2c52f0c55d80e9189924562d3 (patch) | |
| tree | a8ecc7c215e30c219706cfaa21328cc4200166b0 /daemon.am | |
| parent | 81fa80b2451aa0d1cccc91f8571ecd72c6e479c8 (diff) | |
build: Install 'guix-authenticate'.
* daemon.am (nodist_libexec_SCRIPTS): New variable.
Diffstat (limited to 'daemon.am')
| -rw-r--r-- | daemon.am | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -180,6 +180,10 @@ nodist_pkglibexec_SCRIPTS = \ | |||
| 180 | nix/scripts/list-runtime-roots \ | 180 | nix/scripts/list-runtime-roots \ |
| 181 | nix/scripts/substitute-binary | 181 | nix/scripts/substitute-binary |
| 182 | 182 | ||
| 183 | # XXX: It'd be better to hide it in $(pkglibexecdir). | ||
| 184 | nodist_libexec_SCRIPTS = \ | ||
| 185 | nix/scripts/guix-authenticate | ||
| 186 | |||
| 183 | EXTRA_DIST += \ | 187 | EXTRA_DIST += \ |
| 184 | nix/sync-with-upstream \ | 188 | nix/sync-with-upstream \ |
| 185 | nix/libstore/schema.sql \ | 189 | nix/libstore/schema.sql \ |
