From 0400df75d13d103dd63d7a4ab0b3f17f4bd2f1c9 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Fri, 3 Feb 2017 14:10:27 -0500 Subject: [PATCH] trusted.gpg.d: keep in the same location With the package rename from ostree to libostree, the trusted.gpg.d/ dir changed install location from /usr/share/ostree to /usr/share/libostree. Let's keep the same dir to remain compatible with existing installations that may already have keys there. Closes: #668 Approved by: cgwalters --- Makefile-libostree.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile-libostree.am b/Makefile-libostree.am index fceb846c..63f0eb7d 100644 --- a/Makefile-libostree.am +++ b/Makefile-libostree.am @@ -206,7 +206,7 @@ endif pkgconfig_DATA += src/libostree/ostree-1.pc gpgreadme_DATA = src/libostree/README-gpg -gpgreadmedir = $(pkgdatadir)/trusted.gpg.d +gpgreadmedir = $(datadir)/ostree/trusted.gpg.d EXTRA_DIST += src/libostree/README-gpg src/libostree/bupsplit.h \ src/libostree/ostree-enumtypes.h.template \ src/libostree/ostree-enumtypes.c.template \