diff options
author | Christopher Baines <mail@cbaines.net> | 2021-06-07 11:00:09 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2021-06-07 11:31:17 +0100 |
commit | 26499816a973b3aab9aaf8e13b909d0bde4e2dd5 (patch) | |
tree | 7de74947d6d06113298da5493116ca467c40341c /Makefile.am | |
parent | e536fc1786f45f0df2fa50c2f505f2d8988e5c04 (diff) | |
download | guix-26499816a973b3aab9aaf8e13b909d0bde4e2dd5.tar.gz |
etc: Add "bordeaux.guix.gnu.org.pub" public key file.
* etc/substitutes/bordeaux.guix.gnu.org.pub: New file. * Makefile.am (dist_pkgdata_DATA): Add it. * guix/self.scm (miscellaneous-files): Add "share/guix/bordeaux.guix.gnu.org.pub".
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3e72c3ebd0..aa21b5383b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -586,7 +586,8 @@ check-system: $(GOBJECTS) dist_pkgdata_DATA = \ etc/substitutes/berlin.guix.gnu.org.pub \ etc/substitutes/ci.guix.gnu.org.pub \ - etc/substitutes/ci.guix.info.pub + etc/substitutes/ci.guix.info.pub \ + etc/substitutes/bordeaux.guix.gnu.org.pub # Bash completion file. dist_bashcompletion_DATA = etc/completion/bash/guix \ |