From 6c1108330d9ee782ce8542ada9375e357eca62a7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Mon, 7 Apr 2014 18:04:39 +0200
Subject: [PATCH] build: Add 'hydra.gnu.org.pub' to the distribution.

* Makefile.am (pkgdata_DATA): Rename to...
  (dist_pkgdata_DATA): ... this.
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 7ec77c7ab80..84e77259af6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -178,7 +178,7 @@ tests/guix-gc.log:							\
   $(SCM_TESTS:%.scm=%.log)
 
 # Public key used to sign substitutes from hydra.gnu.org.
-pkgdata_DATA = hydra.gnu.org.pub
+dist_pkgdata_DATA = hydra.gnu.org.pub
 
 EXTRA_DIST =					\
   HACKING					\
-- 
GitLab