diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-11-05 23:24:38 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-11-06 00:04:11 +0100 |
commit | aa919fbc890c5438166083f9ff02e4b1968a182b (patch) | |
tree | a34efdec55c8b960e56419d720a366d7bf38d633 /Makefile.am | |
parent | cbe7387c0423294265faca7d3c648ee88a7baad5 (diff) | |
download | guix-aa919fbc890c5438166083f9ff02e4b1968a182b.tar guix-aa919fbc890c5438166083f9ff02e4b1968a182b.tar.gz |
maint: Move substitute public keys to etc/substitutes.
* berlin.guixsd.org.pub, hydra.gnu.org.pub: Move to...
* etc/substitutes: ... here. New directory.
* Makefile.am (dist_pkgdata_DATA): Adjust accordingly.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 8c3df8f396..7e4b2b9406 100644 --- a/Makefile.am +++ b/Makefile.am @@ -462,8 +462,8 @@ check-system: $(GOBJECTS) # Public key used to sign substitutes from hydra.gnu.org & co. dist_pkgdata_DATA = \ - hydra.gnu.org.pub \ - berlin.guixsd.org.pub + etc/substitutes/hydra.gnu.org.pub \ + etc/substitutes/berlin.guixsd.org.pub # Bash completion file. dist_bashcompletion_DATA = etc/completion/bash/guix \ |