build: Install README-gpg in /usr/share/ostree/trusted.gpg.d

Since this is what the current code actually reads.
This commit is contained in:
Colin Walters 2014-01-30 15:27:10 -05:00
parent bffd30ff27
commit ebe6207847
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ if USE_GPGME
libostree_1_la_LIBADD += $(GPGME_LIBS)
gpgreadme_DATA = src/libostree/README-gpg
gpgreadmedir = $(pkgdatadir)
gpgreadmedir = $(pkgdatadir)/trusted.gpg.d
EXTRA_DIST += src/libostree/README-gpg
endif